Skip to content
Zed

mcp server wise for Zed

io.github.aiwerk/mcp-server-wise

Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).

client:Zed transport:stdio runtime:npm

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

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

mcp server wise in other clients