AI Commander
Rank #48,070dev.aicommander/mcp
Remote command execution on your machines — an SSH/Ansible alternative, by AIC-… code or alias.
AI Commander is a Model Context Protocol (MCP) server published by lksrz. It ranks #48,070 of 115,591 servers tracked on MCP Toplist. AI Commander is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jun 15, 2026 and most recently updated on Jun 27, 2026.
Ranks ahead of 67,521 of 115,591 servers on MCP Toplist.
Use AI Commander
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aicommander https://aicommander.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add aicommander -e "AICOMMANDER_TOKEN=<your AICOMMANDER_TOKEN>" -e "AICOMMANDER_SERVER=<your AICOMMANDER_SERVER>" -- npx -y @aicommander/mcpReplace each placeholder with your own value before saving.
[mcp_servers.aicommander]
url = "https://aicommander.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.aicommander]
command = "npx"
args = ["-y", "@aicommander/mcp"]
[mcp_servers.aicommander.env]
AICOMMANDER_TOKEN = "<your AICOMMANDER_TOKEN>"
AICOMMANDER_SERVER = "<your AICOMMANDER_SERVER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://aicommander.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aicommander": {
"command": "npx",
"args": [
"-y",
"@aicommander/mcp"
],
"env": {
"AICOMMANDER_TOKEN": "<your AICOMMANDER_TOKEN>",
"AICOMMANDER_SERVER": "<your AICOMMANDER_SERVER>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aicommander": {
"url": "https://aicommander.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aicommander": {
"command": "npx",
"args": [
"-y",
"@aicommander/mcp"
],
"env": {
"AICOMMANDER_TOKEN": "<your AICOMMANDER_TOKEN>",
"AICOMMANDER_SERVER": "<your AICOMMANDER_SERVER>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aicommander": {
"type": "http",
"url": "https://aicommander.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"aicommander": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aicommander/mcp"
],
"env": {
"AICOMMANDER_TOKEN": "<your AICOMMANDER_TOKEN>",
"AICOMMANDER_SERVER": "<your AICOMMANDER_SERVER>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aicommander": {
"serverUrl": "https://aicommander.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aicommander": {
"command": "npx",
"args": [
"-y",
"@aicommander/mcp"
],
"env": {
"AICOMMANDER_TOKEN": "<your AICOMMANDER_TOKEN>",
"AICOMMANDER_SERVER": "<your AICOMMANDER_SERVER>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aicommander": {
"url": "https://aicommander.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"aicommander": {
"command": "npx",
"args": [
"-y",
"@aicommander/mcp"
],
"env": {
"AICOMMANDER_TOKEN": "<your AICOMMANDER_TOKEN>",
"AICOMMANDER_SERVER": "<your AICOMMANDER_SERVER>"
}
}
}
}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/dev.aicommander%2Fmcp)<a href="https://mcptoplist.com/server/dev.aicommander%2Fmcp"><img src="https://mcptoplist.com/badge/dev.aicommander%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
lksrz
Other servers by lksrz
View all lksrz servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.17 | Jun 27, 2026 |
| 1.0.14 | Jun 15, 2026 |
Frequently asked questions
- Who maintains AI Commander?
- AI Commander is maintained by lksrz, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is AI Commander listed on the Official MCP Registry?
- Yes — AI Commander is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AI Commander have?
- MCP Toplist tracks 2 versions of AI Commander, most recently published on Jun 27, 2026.
- Where can I find the source code for AI Commander?
- The source code for AI Commander is hosted at github.com/lksrz/aicommander.