SpherePay for Grok
io.github.danchev/spherepay
Manage SpherePay customers, bank accounts, wallets, and transfers from Claude.
client:Grok
transport:stdio
runtime:pypi
Install SpherePay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spherepay": {
"type": "stdio",
"command": "uvx",
"args": [
"spherepay-mcp"
],
"env": {
"SPHEREPAY_API_KEY": "<SPHEREPAY_API_KEY>",
"SPHEREPAY_BASE_URL": "<SPHEREPAY_BASE_URL>",
"SPHEREPAY_TIMEOUT": "<SPHEREPAY_TIMEOUT>",
"SPHEREPAY_MAX_RETRIES": "<SPHEREPAY_MAX_RETRIES>"
}
}
}
}
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