Skip to content
Grok

finnhub mcp server for Grok

io.github.cyanheads/finnhub-mcp-server

Real-time US-equity quotes, company fundamentals, earnings, analyst trends, and news via Finnhub.

client:Grok transport:stdio runtime:npm

Install finnhub mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "finnhub-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/finnhub-mcp-server"
      ],
      "env": {
        "FINNHUB_API_KEY": "<FINNHUB_API_KEY>",
        "FINNHUB_BASE_URL": "<FINNHUB_BASE_URL>",
        "MCP_LOG_LEVEL": "<MCP_LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

finnhub mcp server in other clients