mcp wise for Grok
io.github.codespar/mcp-wise
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
client:Grok
transport:stdio
runtime:npm
Install mcp wise in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-wise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-wise"
],
"env": {
"WISE_API_TOKEN": "<WISE_API_TOKEN>",
"WISE_ENV": "<WISE_ENV>"
}
}
}
}
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