voulti for Grok
io.github.csacanam/voulti
Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.
client:Grok
transport:stdio
runtime:npm
Install voulti in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"voulti": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"voulti-mcp"
],
"env": {
"VOULTI_COMMERCE_ID": "<VOULTI_COMMERCE_ID>"
}
}
}
}
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