Skip to content
Claude Desktop

mcp wise for Claude Desktop

io.github.codespar/mcp-wise

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

client:Claude Desktop transport:stdio runtime:npm

Install mcp wise in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp wise in other clients