Skip to content
Cursor

mcp server wise for Cursor

io.github.aiwerk/mcp-server-wise

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

client:Cursor transport:stdio runtime:npm

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

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

mcp server wise in other clients