Skip to content

Smart Shell

Free

by MCP Community

MCP Tool Server – Cross-Platform & Project-Aware Command Runner

v0.1.1Added Apr 12, 2026
mcpmodel-context-protocolcommandshellcross-platform
Works with:ClaudeGPTGeminiCopilot

Smart Shell MCP Server

MCP Tool Server – Cross-Platform & Project-Aware Command Runner

Installation

npx -y smart-shell-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y smart-shell-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "smart-shell": {
      "command": "npx",
      "args": ["-y", "smart-shell-mcp"]
    }
  }
}