Loading MCP server directory, please wait...
Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).
npx @getmcp/cli add io.github.AIWerk/mcp-server-wiseRequires Node.js 18+. Community-contributed server. Review source before installing.
WISE_API_TOKENWise Personal API token. Create one in Wise Settings > API tokens.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AIWerk/mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": ""
}
}
}
}