mcp server wise for Grok
io.github.aiwerk/mcp-server-wise
Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).
client:Grok
transport:stdio
runtime:npm
Install mcp server wise in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-wise": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<WISE_API_TOKEN>"
}
}
}
}
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