Skip to content
Zed

wise mcp for Zed

io.github.mrfentmen/wise-mcp

MCP server for Wise: profiles, balances, exchange rates. Needs a free Wise API token.

client:Zed transport:stdio runtime:npm

Install wise mcp in Zed

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

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

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

wise mcp in other clients