Skip to content
Windsurf

mcp wise for Windsurf

io.github.codespar/mcp-wise

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

client:Windsurf transport:stdio runtime:npm

Install mcp wise in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "mcp-wise": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-wise"
      ],
      "env": {
        "WISE_API_TOKEN": "<WISE_API_TOKEN>",
        "WISE_ENV": "<WISE_ENV>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp wise in other clients