mcp-server-python-demo

felipedelosh/mcp-server-python-demo
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Generates a simple MCP server to simulates RAPPI events
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-python-de": {
      "command": "uvx",
      "args": [
        "mcp-server-python-demo"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-python-demo

README Excerpt

<h1 align="center"> FelipedelosH </h1> <br> <h4>MCP SERVER DEMO</h4> <br> :construction: Status of project :construction: <br><br> This project is a small example of an MCP server (Model Context Protocol) written in Python. The server runs inside a Docker container and gives Claude Desktop. Claude Desktop can call this tool by talking to the Docker container through a standard input/output connection (stdio).