Skip to content
Claude Desktop

Reddit Trends API for Claude Desktop

ai.trendsapi/reddit

Reddit discussion volume and subreddit growth over time. Free key at trendsapi.ai

client:Claude Desktop transport:streamable-http

Install Reddit Trends API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://reddit.api.trendsapi.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Reddit Trends API in other clients