Developer Tools
Trust: 62/100 (Good)io.github.bytedance/mcp-server-commands Guide
An MCP server to run arbitrary commands
28,623 starsby bytedance
Quick Start
Install
npx @agent-infra/mcp-server-commandsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bytedance-mcp-server-commands": {
"command": "npx",
"args": [
"@agent-infra/mcp-server-commands"
]
}
}
}