pain001 mcp for Grok
io.github.sebastienrousseau/pain001-mcp
MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation.
client:Grok
transport:stdio
runtime:pypi
Install pain001 mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pain001-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pain001-mcp"
]
}
}
}
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