robokassa-mcp
Rank #60,644io.github.artgas1/robokassa-mcp
Comprehensive MCP server for the Robokassa payment gateway (18 tools, full API coverage).
robokassa-mcp is a Model Context Protocol (MCP) server published by artgas1. It ranks #60,644 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. robokassa-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Apr 23, 2026 and most recently updated on Apr 23, 2026.
Ranks ahead of 71,761 of 132,405 servers on MCP Toplist.
Use robokassa-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add robokassa-mcp -e "ROBOKASSA_LOGIN=<your ROBOKASSA_LOGIN>" -e "ROBOKASSA_PASSWORD1=<your ROBOKASSA_PASSWORD1>" -e "ROBOKASSA_PASSWORD2=<your ROBOKASSA_PASSWORD2>" -e "ROBOKASSA_PASSWORD3=<your ROBOKASSA_PASSWORD3>" -- uvx robokassa-mcpReplace each placeholder with your own value before saving.
[mcp_servers.robokassa-mcp]
command = "uvx"
args = ["robokassa-mcp"]
[mcp_servers.robokassa-mcp.env]
ROBOKASSA_LOGIN = "<your ROBOKASSA_LOGIN>"
ROBOKASSA_PASSWORD1 = "<your ROBOKASSA_PASSWORD1>"
ROBOKASSA_PASSWORD2 = "<your ROBOKASSA_PASSWORD2>"
ROBOKASSA_PASSWORD3 = "<your ROBOKASSA_PASSWORD3>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robokassa-mcp": {
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<your ROBOKASSA_LOGIN>",
"ROBOKASSA_PASSWORD1": "<your ROBOKASSA_PASSWORD1>",
"ROBOKASSA_PASSWORD2": "<your ROBOKASSA_PASSWORD2>",
"ROBOKASSA_PASSWORD3": "<your ROBOKASSA_PASSWORD3>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robokassa-mcp": {
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<your ROBOKASSA_LOGIN>",
"ROBOKASSA_PASSWORD1": "<your ROBOKASSA_PASSWORD1>",
"ROBOKASSA_PASSWORD2": "<your ROBOKASSA_PASSWORD2>",
"ROBOKASSA_PASSWORD3": "<your ROBOKASSA_PASSWORD3>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"robokassa-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<your ROBOKASSA_LOGIN>",
"ROBOKASSA_PASSWORD1": "<your ROBOKASSA_PASSWORD1>",
"ROBOKASSA_PASSWORD2": "<your ROBOKASSA_PASSWORD2>",
"ROBOKASSA_PASSWORD3": "<your ROBOKASSA_PASSWORD3>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robokassa-mcp": {
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<your ROBOKASSA_LOGIN>",
"ROBOKASSA_PASSWORD1": "<your ROBOKASSA_PASSWORD1>",
"ROBOKASSA_PASSWORD2": "<your ROBOKASSA_PASSWORD2>",
"ROBOKASSA_PASSWORD3": "<your ROBOKASSA_PASSWORD3>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"robokassa-mcp": {
"command": "uvx",
"args": [
"robokassa-mcp"
],
"env": {
"ROBOKASSA_LOGIN": "<your ROBOKASSA_LOGIN>",
"ROBOKASSA_PASSWORD1": "<your ROBOKASSA_PASSWORD1>",
"ROBOKASSA_PASSWORD2": "<your ROBOKASSA_PASSWORD2>",
"ROBOKASSA_PASSWORD3": "<your ROBOKASSA_PASSWORD3>"
}
}
}
}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.artgas1%2Frobokassa-mcp)<a href="https://mcptoplist.com/server/io.github.artgas1%2Frobokassa-mcp"><img src="https://mcptoplist.com/badge/io.github.artgas1%2Frobokassa-mcp.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
artgas1
Other servers by artgas1
- yandex-metrika-mcp-server#6,988 · 12 vers
- Яндекс Директ API v5#19,631 · 3 vers
- xmlriver-mcp#23,131 · 9 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 23, 2026 |
Frequently asked questions
- Who maintains robokassa-mcp?
- robokassa-mcp is maintained by artgas1, which publishes 4 MCP servers (25 total versions) tracked on MCP Toplist.
- Is robokassa-mcp listed on the Official MCP Registry?
- Yes — robokassa-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does robokassa-mcp have?
- MCP Toplist tracks 1 version of robokassa-mcp, most recently published on Apr 23, 2026.
- Where can I find the source code for robokassa-mcp?
- The source code for robokassa-mcp is hosted at github.com/artgas1/robokassa-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.