MCP

realarmaansidhu/MCP
★ 0 stars Python 📦 Other Updated 5d ago
Repository to Learn and Practice 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": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

README Excerpt

Repository to Learn and Practice MCP Servers