Skip to content
Zed

Financial Modeling Prep (fmpsdk) for Zed

io.github.daxm/fmpsdk-mcp

Financial Modeling Prep API as MCP tools — quotes, statements, prices, and ~240 endpoints.

client:Zed transport:stdio runtime:pypi

Install Financial Modeling Prep (fmpsdk) in Zed

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

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

{
  "context_servers": {
    "fmpsdk-mcp": {
      "command": "uvx",
      "args": [
        "fmpsdk-mcp"
      ],
      "env": {
        "FMP_API_KEY": "<FMP_API_KEY>"
      }
    }
  }
}

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

Financial Modeling Prep (fmpsdk) in other clients