Skip to content
Grok

Wise for Grok

io.github.mindstone/mcp-server-wise

Wise (formerly TransferWise) MCP server for Model Context Protocol hosts

client:Grok transport:stdio runtime:npm

Install Wise in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-wise": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Wise in other clients