PluginBench
MCP Server
Active

Wise MCP Server

io.github.mindstone/mcp-server-wise

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WISE_API_TOKEN
    secret

    Wise API token (wise.com → Settings → API tokens). Optional if configured via the configure_wise tool.

  • WISE_ENVIRONMENT

    Wise environment: "production" (default) or "sandbox".

  • WISE_REQUEST_TIMEOUT_MS

    Outbound request timeout in milliseconds (default 30000).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-wise

Related MCP servers

MCP server for Apple Shortcuts via the macOS shortcuts CLI

10
TypeScript
View repository →

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

10
TypeScript
View repository →

Browserbase MCP server: cloud browser sessions, agents, contexts, fetch, search, functions

10
TypeScript
View repository →

Canary

Active

Mindstone-internal release-pipeline test connector; not for use. Single ping tool; no auth.

10
TypeScript
View repository →

ElevenLabs MCP server: TTS, music, sound effects, voices, and audio transcription

10
TypeScript
View repository →

ElevenLabs Conversational AI: agents, calls, conversations, and knowledge base for MCP hosts

10
TypeScript
View repository →