mcp-server-bash-sdk

muthuishere/mcp-server-bash-sdk
★ 502 stars Shell 🔌 API Integration Updated 2mo ago
Yes Mcp server in bash
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": {
    "mcp-server-bash-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "muthuishere/mcp-server-bash-sdk"
      ]
    }
  }
}

README Excerpt

A lightweight, zero-overhead implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server in pure Bash. **Why?** Most MCP servers are just API wrappers with schema conversion. This implementation provides a zero-overhead alternative to Node.js, Python, or other heavy runtimes.

Tools (1)

get_weather