Skip to content
Cursor

mcp wise for Cursor

io.github.codespar/mcp-wise

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

client:Cursor transport:stdio runtime:npm

Install mcp wise in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp wise in other clients