Nexi XPay for Grok
io.github.stucchi/nexi-xpay
MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.
client:Grok
transport:stdio
runtime:pypi
Install Nexi XPay in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nexi-xpay": {
"type": "stdio",
"command": "uvx",
"args": [
"nexi-xpay-mcp-server"
]
}
}
}
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