Genieacs MCP
Rank #4,791io.github.GeiserX/genieacs-mcp
MCP server providing genieacs-mcp capabilities
Genieacs MCP is a Model Context Protocol (MCP) server published by geiserx. It ranks #4,791 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Genieacs MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on May 23, 2025 and most recently updated on Mar 31, 2026.
Ranks ahead of 110,669 of 115,460 servers on MCP Toplist.
Use Genieacs MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add genieacs-mcp -e "ACS_URL=<your ACS_URL>" -e "ACS_USER=<your ACS_USER>" -e "ACS_PASS=<your ACS_PASS>" -- npx -y genieacs-mcpReplace each placeholder with your own value before saving.
claude mcp add genieacs-mcp -e "ACS_URL=<your ACS_URL>" -e "ACS_USER=<your ACS_USER>" -e "ACS_PASS=<your ACS_PASS>" -- docker run -i --rm drumsergio/genieacs-mcp:v0.0.11Replace each placeholder with your own value before saving.
[mcp_servers.genieacs-mcp]
command = "npx"
args = ["-y", "genieacs-mcp"]
[mcp_servers.genieacs-mcp.env]
ACS_URL = "<your ACS_URL>"
ACS_USER = "<your ACS_USER>"
ACS_PASS = "<your ACS_PASS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.genieacs-mcp]
command = "docker"
args = ["run", "-i", "--rm", "drumsergio/genieacs-mcp:v0.0.11"]
[mcp_servers.genieacs-mcp.env]
ACS_URL = "<your ACS_URL>"
ACS_USER = "<your ACS_USER>"
ACS_PASS = "<your ACS_PASS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/genieacs-mcp:v0.0.11"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/genieacs-mcp:v0.0.11"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"genieacs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"genieacs-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/genieacs-mcp:v0.0.11"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/genieacs-mcp:v0.0.11"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "npx",
"args": [
"-y",
"genieacs-mcp"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genieacs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/genieacs-mcp:v0.0.11"
],
"env": {
"ACS_URL": "<your ACS_URL>",
"ACS_USER": "<your ACS_USER>",
"ACS_PASS": "<your ACS_PASS>"
}
}
}
}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.GeiserX%2Fgenieacs-mcp)<a href="https://mcptoplist.com/server/io.github.GeiserX%2Fgenieacs-mcp"><img src="https://mcptoplist.com/badge/io.github.GeiserX%2Fgenieacs-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
geiserx
Other servers by geiserx
- atlassian-browser-mcp#6,905 · 5 vers
- spinnaker-mcp#13,606 · 2 vers
- telegram-archive-mcp#15,820 · 1 ver
- cashpilot-mcp#17,720 · 1 ver
- pumperly-mcp#17,721 · 1 ver
- duplicacy-mcp#19,001 · 1 ver
- lynxprompt-mcp#20,495 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.0.12 | Mar 31, 2026 |
| 0.0.11 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Genieacs MCP?
- Genieacs MCP is maintained by geiserx, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Genieacs MCP listed on the Official MCP Registry?
- Yes — Genieacs MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Genieacs MCP have?
- MCP Toplist tracks 3 versions of Genieacs MCP, most recently published on Mar 31, 2026.
- Where can I find the source code for Genieacs MCP?
- The source code for Genieacs MCP is hosted at github.com/geiserx/genieacs-mcp.