Template-Python-Base-MCP-Server

Chisanan232/Template-Python-Base-MCP-Server
★ 0 stars Python ⚙️ DevOps Updated today
🐍 Just a template of Python bases and UV managed MCP server project.
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": {
    "template-python-base": {
      "command": "uvx",
      "args": [
        "template-python-base-mcp-server"
      ]
    }
  }
}

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

README Excerpt

🚧 Clear brief of your lib 🚧 The required Python versions of this library 🚧 The details of quickly start as simple demonstration for users 🚧 The details of documentation ... This template provides a comprehensive set of **reusable GitHub Actions workflows and actions** that can be called from other repositories to standardize CI/CD operations. Projects using this template can leverage these centralized components for consistent automation.