Wise for Claude Desktop
io.github.mindstone/mcp-server-wise
Wise (formerly TransferWise) MCP server for Model Context Protocol hosts
client:Claude Desktop
transport:stdio
runtime:npm
Install Wise in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs