mcp-tool-server-template

MukundaKatta/mcp-tool-server-template
★ 1 stars Python 🧠 Memory/Knowledge Updated today
A small, dependency-free Python template for building Model Context Protocol (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-tool-server-temp": {
      "command": "uvx",
      "args": [
        "mcp-tool-server-template"
      ]
    }
  }
}

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