mcp-server-template

justin-pitt/mcp-server-template
★ 0 stars Python 🌐 Browser/Web Updated 4d ago
Python FastMCP server template with contract-checked tool patterns, Pydantic-typed inputs, and a pre-push gate
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

A production-leaning Python template for building [Model Context Protocol](https://modelcontextprotocol.io) servers with FastMCP. Comes with the scaffolding, tool conventions, and pre-push gates wired up so a new server is a `gh repo create --template` away. - **FastMCP-based server** with stdio (engineer mode) and HTTP (platform mode) transports