mcp flow cl for Grok
io.github.codespar/mcp-flow-cl
MCP server for Flow.cl — Chilean PSP: hosted payment orders, Webpay, refunds, HMAC-signed API
client:Grok
transport:stdio
runtime:npm
Install mcp flow cl in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-flow-cl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-flow-cl"
],
"env": {
"FLOW_API_KEY": "<FLOW_API_KEY>",
"FLOW_SECRET_KEY": "<FLOW_SECRET_KEY>",
"FLOW_ENV": "<FLOW_ENV>"
}
}
}
}
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