Claude.ai Pro, Max, and Team plans can attach remote MCP servers through Anthropic's OAuth connector UI. Trends MCP registers as a hosted connector at https://api.trendsmcp.ai/mcp so browser sessions pull live Google, TikTok, Reddit, and Amazon trend data without pasting API keys into JSON.
Claude.ai can call remote Model Context Protocol servers through Anthropic's OAuth connector UI. Trends MCP ships as a hosted HTTPS endpoint at https://api.trendsmcp.ai/mcp. After the connector is saved, browser chat sessions can query normalized trend history, growth windows, and live leaderboards without editing claude_desktop_config.json or exporting API keys into local files.
For Desktop, Code, and multi-client setup, see Trends MCP for Claude. This page covers only the Claude.ai browser connector.
Anthropic places remote MCP under account settings, not inside an individual chat.
Trends MCP.https://api.trendsmcp.ai/mcp.After activation, start a new chat and confirm Trends MCP tools appear in the connector list for that workspace. Older chats created before the connector was added may not inherit the tool channel until a fresh conversation is opened.
| Client | Auth pattern | Config location | Typical user |
|---|---|---|---|
| Claude.ai browser | OAuth through Integrations UI | None (cloud) | Analysts, PMs, marketers |
| Claude Desktop | Authorization: Bearer in mcpServers JSON |
claude_desktop_config.json |
Power users on Mac/Windows |
| Claude Code | claude mcp add with HTTP header |
Local CLI profile | Engineers in terminal workflows |
The OAuth path trades local file editing for plan gating. Claude Desktop accepts a free Trends MCP API key (100 requests per month on the free tier) while still requiring a JSON snippet. Browser OAuth skips key paste but needs a paid Claude.ai subscription that enables custom integrations.
Teams often run both: OAuth for stakeholders who live in the browser, Desktop or Code for developers who want keys in shell environment variables. The underlying data contract is identical across clients.
| Field | Value |
|---|---|
| MCP URL | https://api.trendsmcp.ai/mcp |
| Transport | HTTP streamable / SSE (remote hosted server) |
| REST fallback | POST https://api.trendsmcp.ai/api with JSON body |
| API docs | https://www.trendsmcp.ai/docs |
Remote connectors must use HTTPS. Local stdio wrappers are not required because Trends MCP is already hosted. If a corporate proxy blocks SSE, switch to REST from an automation tool or use Claude Desktop with mcp-remote as documented on the main Claude setup page.
FAQ