Qontoctl
Rank #8,694io.github.alexey-pelykh/qontoctl
CLI and MCP server for the Qonto banking API
Qontoctl is a Model Context Protocol (MCP) server published by alexey-pelykh. It ranks #8,694 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Qontoctl is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 5 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 106,897 of 115,591 servers on MCP Toplist.
Use Qontoctl
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add qontoctl -e "QONTOCTL_ORGANIZATION_SLUG=<your QONTOCTL_ORGANIZATION_SLUG>" -e "QONTOCTL_SECRET_KEY=<your QONTOCTL_SECRET_KEY>" -- npx -y qontoctlReplace each placeholder with your own value before saving.
[mcp_servers.qontoctl]
command = "npx"
args = ["-y", "qontoctl"]
[mcp_servers.qontoctl.env]
QONTOCTL_ORGANIZATION_SLUG = "<your QONTOCTL_ORGANIZATION_SLUG>"
QONTOCTL_SECRET_KEY = "<your QONTOCTL_SECRET_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<your QONTOCTL_SECRET_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<your QONTOCTL_SECRET_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qontoctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<your QONTOCTL_SECRET_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<your QONTOCTL_SECRET_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qontoctl": {
"command": "npx",
"args": [
"-y",
"qontoctl"
],
"env": {
"QONTOCTL_ORGANIZATION_SLUG": "<your QONTOCTL_ORGANIZATION_SLUG>",
"QONTOCTL_SECRET_KEY": "<your QONTOCTL_SECRET_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alexey-pelykh%2Fqontoctl)<a href="https://mcptoplist.com/server/io.github.alexey-pelykh%2Fqontoctl"><img src="https://mcptoplist.com/badge/io.github.alexey-pelykh%2Fqontoctl.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
alexey-pelykh
Other servers by alexey-pelykh
View all alexey-pelykh servers →Available versions (5)
| Version | Published |
|---|---|
| 3.0.0 | Jun 16, 2026 |
| 2.0.1 | May 15, 2026 |
| 1.0.0 | Mar 26, 2026 |
| 0.2.0 | Mar 2, 2026 |
| 0.1.0 | Feb 28, 2026 |
Frequently asked questions
- Who maintains Qontoctl?
- Qontoctl is maintained by alexey-pelykh, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Qontoctl listed on the Official MCP Registry?
- Yes — Qontoctl is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Qontoctl have?
- MCP Toplist tracks 5 versions of Qontoctl, most recently published on Jun 16, 2026.
- Where can I find the source code for Qontoctl?
- The source code for Qontoctl is hosted at github.com/alexey-pelykh/qontoctl.