python-mcp-server-starter

starter-series/python-mcp-server-starter
★ 0 stars Python ⚙️ DevOps Updated 1d ago
Python MCP server starter template — FastMCP, ruff, pytest, CI/CD ready
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": {
    "python-mcp-server-st": {
      "command": "uvx",
      "args": [
        "python-mcp-server-starter"
      ]
    }
  }
}

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