mcp-server-template-python

sinan-ozel/mcp-server-template-python
★ 0 stars Dockerfile 📦 Other Updated today
A template repo for creating MCP servers
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-template-": {
      "command": "npx",
      "args": [
        "-y",
        "sinan-ozel/mcp-server-template-python"
      ]
    }
  }
}