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
{
"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