BaseMcpServer

dawsonlp/BaseMcpServer
★ 3 stars Python 📦 Other Updated 7d ago
A minimal containerized base for MCP servers using the MCP Python SDK
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": {
    "basemcpserver": {
      "command": "uvx",
      "args": [
        "basemcpserver"
      ]
    }
  }
}

Or install with pip: pip install basemcpserver