Skip to content
Claude Desktop

analog mcp for Claude Desktop

io.github.dhanaway/analog-mcp

Query real-time US data and AI-analyzed attributes across the country.

client:Claude Desktop transport:streamable-http

Install analog mcp in Claude Desktop

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

{
  "mcpServers": {
    "analog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://yaewurxvufigjntzdruf.supabase.co/functions/v1/analog-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

analog mcp in other clients