Home/Directory/Developer Tools/Commands

Commands

@g0t4 · github.com/g0t4/mcp-server-commands

Run any command with run_command and run_script tools.

ClaimedDeveloper Toolsstdiolocal no-auth
GitHub

Install one command

terminal
$ uvx mcpo --port 3010 --api-key "supersecret" -- npx mcp-server-commands

Or add it with the Claude CLI: claude mcp add g0t4-mcp-server-commands

Requires uvx (install via pip install uv)

Tools exposed 2 tools

command_line
run_process

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "g0t4-mcp-server-commands": {
      "command": "uvx",
      "args": ["mcpo", "--port", "3010", "--api-key", ""supersecret"", "--", "npx", "mcp-server-commands"]
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo