MCP-Template

Miyamura80/MCP-Template
★ 0 stars Python 💻 Code/Dev Tools Updated today
🏵️ MCP Server with CLI interface ready for distribution
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-template": {
      "command": "uvx",
      "args": [
        "mcp-template"
      ]
    }
  }
}

Or install with pip: pip install mcp-template