wise mcp for Claude Desktop
io.github.mrfentmen/wise-mcp
MCP server for Wise: profiles, balances, exchange rates. Needs a free Wise API token.
client:Claude Desktop
transport:stdio
runtime:npm
Install wise mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"wise-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/wise-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs