What is the Wise MCP server?
Wise (formerly TransferWise) MCP server for Model Context Protocol hosts
How to install Wise
Copy-paste configuration for popular MCP clients.
WISE_API_TOKENsecretWise API token (wise.com → Settings → API tokens). Optional if configured via the configure_wise tool.
WISE_ENVIRONMENTWise environment: "production" (default) or "sandbox".
WISE_REQUEST_TIMEOUT_MSOutbound request timeout in milliseconds (default 30000).
{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<YOUR_WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<YOUR_WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<YOUR_WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<YOUR_WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<YOUR_WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<YOUR_WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<YOUR_WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<YOUR_WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<YOUR_WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"mcp-server-wise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<YOUR_WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<YOUR_WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<YOUR_WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}claude mcp add mcp-server-wise --env WISE_API_TOKEN=<YOUR_WISE_API_TOKEN> --env WISE_ENVIRONMENT=<YOUR_WISE_ENVIRONMENT> --env WISE_REQUEST_TIMEOUT_MS=<YOUR_WISE_REQUEST_TIMEOUT_MS> -- npx -y @mindstone/mcp-server-wiseRelated MCP servers
Apple Shortcuts
MCP server for Apple Shortcuts via the macOS shortcuts CLI
Browser Automation
Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs
Browserbase
Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions
Canary
Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.
ElevenLabs
ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription
ElevenLabs Agents
ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts