Skip to content
Zed

nbp mcp for Zed

io.github.mrfentmen/nbp-mcp

Polish National Bank data: FX tables, single currency rates, and gold prices. No key required.

client:Zed transport:stdio runtime:npm

Install nbp mcp in Zed

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

{
  "context_servers": {
    "nbp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nbp-mcp"
      ]
    }
  }
}

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

nbp mcp in other clients