Developer Tools
Trust: 37/100 (Limited)io.github.alexey-pelykh/qontoctl Guide
CLI and MCP server for the Qonto banking API
by alexey-pelykh
Quick Start
Install
npx qontoctlClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-alexey-pelykh-qontoctl": {
"command": "npx",
"args": [
"qontoctl"
]
}
}
}