Skip to content
Cursor

qontoctl for Cursor

io.github.alexey-pelykh/qontoctl

CLI and MCP server for the Qonto banking API

client:Cursor transport:stdio runtime:npm

Install qontoctl in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "qontoctl": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "qontoctl"
      ],
      "env": {
        "QONTOCTL_ORGANIZATION_SLUG": "<QONTOCTL_ORGANIZATION_SLUG>",
        "QONTOCTL_SECRET_KEY": "<QONTOCTL_SECRET_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

qontoctl in other clients