mcp-core

swapp1990/mcp-core
★ 0 stars Python 🔒 Security Updated 1d ago
Auth, billing, and logging infrastructure for MCP-first FastAPI 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-core": {
      "command": "uvx",
      "args": [
        "mcp-core"
      ]
    }
  }
}

Or install with pip: pip install mcp-core