Loading MCP server directory, please wait...
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
npx @getmcp/cli add io.github.codespar/mcp-wiseRequires Node.js 18+. Community-contributed server. Review source before installing.
WISE_API_TOKENWise Platform API token (Bearer). Issued per profile in the Wise dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-wise": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-wise"
],
"env": {
"WISE_API_TOKEN": "",
"WISE_ENV": ""
}
}
}
}