mcp-shell-server-example

mohamedelamraoui1/mcp-shell-server-example
★ 2 stars Python Code/Dev Tools Updated today
A beginner-friendly example MCP server built with the official Python SDK. Demonstrates exposing tools (shell command execution, remote content fetching) and resources over the Model Context Protocol — meant to help others understand MCP's core concepts through simple, working code.
View on GitHub → 🔍 Audit Wallet Slippage →

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-shell-server-exa": {
      "command": "uvx",
      "args": [
        "mcp-shell-server-example"
      ]
    }
  }
}

Or install with pip: pip install mcp-shell-server-example