mcp-server-template

garland3/mcp-server-template
★ 0 stars Python Code/Dev Tools Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

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": "uvx",
      "args": [
        "mcp-server-template"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-template

README Excerpt

> **Template repo.** This is the team's starting point for new MCP servers. > Clone it, rename `my_module`, and fill in the blanks below. It already > satisfies all six MCP repo requirements: layout, pinned Python, this README, > an `about` prompt, a passing test, and the `.gitignore`. This is a template MCP (Model Context Protocol) server built on