Hands-on workshop: Build a multi-agent AI system from scratch — Deep Research Agent + Writing Workflow served as MCP servers. Includes code, slides, and video (coming soon)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"designing-real-world": {
"command": "uvx",
"args": [
"designing-real-world-ai-agents-workshop"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add designing-real-world uvx designing-real-world-ai-agents-workshop
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"designing-real-world": {
"command": "uvx",
"args": [
"designing-real-world-ai-agents-workshop"
]
}
}
}
📋 Copy
Or install with pip: pip install designing-real-world-ai-agents-workshop