qontoctl for Grok
io.github.alexey-pelykh/qontoctl
CLI and MCP server for the Qonto banking API
client:Grok
transport:stdio
runtime:npm
Install qontoctl in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qontoctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<QONTOCTL_SECRET_KEY>"
}
}
}
}
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