mcp unblockpay for Grok
io.github.codespar/mcp-unblockpay
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers
client:Grok
transport:stdio
runtime:npm
Install mcp unblockpay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-unblockpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-unblockpay"
],
"env": {
"UNBLOCKPAY_API_KEY": "<UNBLOCKPAY_API_KEY>",
"UNBLOCKPAY_BASE_URL": "<UNBLOCKPAY_BASE_URL>"
}
}
}
}
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