oreilly-ai-agents
This MCP server provides a comprehensive guide to understanding, implementing, and managing AI agents.
The repository contains code for a live course and video series focused on AI agents, covering foundational concepts to advanced topics. It includes frameworks like CrewAI, LangChain, and AutoGen, along with hands-on exercises for implementing and deploying AI agents. Participants will learn about performance evaluation, design iteration, cost projections, and best practices for informed decision-making in AI projects.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"oreilly-ai-agents": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-oreilly-ai-agents"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions