Skip to content
Zed

finnhub mcp for Zed

io.github.mrfentmen/finnhub-mcp

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

client:Zed transport:stdio runtime:npm

Install finnhub mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

finnhub mcp in other clients