ai_mcp_server_examples

HimanshubhusanRath/ai_mcp_server_examples
★ 0 stars Python Other Updated today
MCP Server examples
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": {
    "ai_mcp_server_exampl": {
      "command": "uvx",
      "args": [
        "ai-mcp-server-examples"
      ]
    }
  }
}

Or install with pip: pip install ai-mcp-server-examples