mcp-commons

dawsonlp/mcp-commons
★ 0 stars Python 💻 Code/Dev Tools Updated 4d ago
Shared infrastructure library for MCP (Model Context Protocol) servers
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-commons": {
      "command": "uvx",
      "args": [
        "mcp-commons"
      ]
    }
  }
}

Or install with pip: pip install mcp-commons

README Excerpt

> A Python library providing reusable infrastructure for building Model Context Protocol (MCP) servers with less boilerplate and consistent patterns. MCP Commons provides architectural patterns for building maintainable MCP servers: **Primary Value (90%)**: - **Adapter Pattern** - Decouple business logic from MCP protocol for multi-interface reuse

Tools (1)

UseCaseResult