Skip to content
Zed

mcp wise for Zed

io.github.codespar/mcp-wise

MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients

client:Zed transport:stdio runtime:npm

Install mcp wise 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": {
    "mcp-wise": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-wise"
      ],
      "env": {
        "WISE_API_TOKEN": "<WISE_API_TOKEN>",
        "WISE_ENV": "<WISE_ENV>"
      }
    }
  }
}

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

mcp wise in other clients