mcp-advanced-servers

yuvaraj24799/mcp-advanced-servers
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
Advanced MCP server implementations using Anthropic Model Context Protocol
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-advanced-servers": {
      "command": "uvx",
      "args": [
        "mcp-advanced-servers"
      ]
    }
  }
}

Or install with pip: pip install mcp-advanced-servers