50+ tutorials and implementations for Generative AI Agent techniques, from basic conversational bots to complex multi-agent systems.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"GenAI_Agents": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-GenAI_Agents"
]
}
}
}