# NirDiamant/GenAI_Agents | Model Context Protocol (MCP) Server > 50+ tutorials and implementations for Generative AI Agent techniques, from basic conversational bots to complex multi-agent systems. - **Stars**: ⭐ 23,586 - **Language**: Jupyter Notebook - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "GenAI_Agents": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-GenAI_Agents" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "GenAI_Agents": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-GenAI_Agents" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-GenAI_Agents` - **Docker**: `docker run -i --rm mcp/GenAI_Agents`