bash-mcp-server

yossifibrahem/bash-mcp-server
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
An MCP (Model Context Protocol) server that exposes bash shell command execution to any MCP-compatible AI client (Claude Desktop, Claude Code, Cursor, etc.). An exact replica of the `bash_tool` built into Claude — same tool name, same parameters, same output format.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bash-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "yossifibrahem/bash-mcp-server"
      ]
    }
  }
}

Topics

automationbashmcptypescript