mcp-server

reory/mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
A lightweight Model Context Protocol (MCP) server that provides a bridge between Claude AI and a local Python environment.
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": {
      "command": "uvx",
      "args": [
        "mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-server

Topics

claude-desktopcontext-protocolfastmcpjinja2-templatesmcp-serverpython-mcp-server