Skip to content
Claude Desktop

FirstData for Claude Desktop

io.github.vist233/firstdata

Hosted MCP server for finding authoritative primary data sources and official portals.

client:Claude Desktop transport:streamable-http

Install FirstData in Claude Desktop

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

{
  "mcpServers": {
    "firstdata": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://firstdata.deepminer.com.cn/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

FirstData in other clients