MCP Server Commands
Rank #1,699io.github.bytedance/mcp-server-commands
MCP server providing server-commands capabilities
MCP Server Commands is a Model Context Protocol (MCP) server published by bytedance. It ranks #1,699 of 115,460 servers tracked on MCP Toplist, and its repository has 38,770 GitHub stars. MCP Server Commands is listed on Official MCP, with 2 tracked versions. It was first listed on Sep 7, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 113,761 of 115,460 servers on MCP Toplist.
Use MCP Server Commands
claude mcp add mcp-server-commands -- npx -y @agent-infra/mcp-server-commandsclaude mcp add mcp-server-commands -- npx -y @agent-infra/mcp-server-commands port 8089claude mcp add mcp-server-commands -- npx -y @agent-infra/mcp-server-commands port 8089[mcp_servers.mcp-server-commands]
command = "npx"
args = ["-y", "@agent-infra/mcp-server-commands"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-server-commands]
command = "npx"
args = ["-y", "@agent-infra/mcp-server-commands", "port", "8089"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-server-commands]
command = "npx"
args = ["-y", "@agent-infra/mcp-server-commands", "port", "8089"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-commands": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-server-commands": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-server-commands": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands",
"port",
"8089"
]
}
}
}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.bytedance%2Fmcp-server-commands)<a href="https://mcptoplist.com/server/io.github.bytedance%2Fmcp-server-commands"><img src="https://mcptoplist.com/badge/io.github.bytedance%2Fmcp-server-commands.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
bytedance
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Commands?
- MCP Server Commands is maintained by bytedance, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is MCP Server Commands listed on the Official MCP Registry?
- Yes — MCP Server Commands is listed on the Official MCP Registry.
- How many versions does MCP Server Commands have?
- MCP Toplist tracks 2 versions of MCP Server Commands, most recently published on Sep 9, 2025.
- Where can I find the source code for MCP Server Commands?
- The source code for MCP Server Commands is hosted at github.com/bytedance/UI-TARS-desktop.