Skip to content
Cursor

finnhub mcp server for Cursor

io.github.cyanheads/finnhub-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install finnhub mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

finnhub mcp server in other clients