Skip to content
Cursor

finnhub mcp for Cursor

io.github.mrfentmen/finnhub-mcp

MCP server for Finnhub: quotes, company news, earnings. Free key.

client:Cursor transport:stdio runtime:npm

Install finnhub mcp in Cursor

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

{
  "mcpServers": {
    "finnhub-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/finnhub-mcp"
      ]
    }
  }
}

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

finnhub mcp in other clients