Back to MCP Servers
Server Commands
Run any command with `run_command` and `run_script` tools.
coding-agents
By g0t4
Installation
npx -y mcp-server-commandsConfiguration
{
"mcpServers": {
"mcp-server-commands": {
"command": "npx",
"args": ["-y", "mcp-server-commands"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes