# bojieli/ai-agent-book | Model Context Protocol (MCP) Server > 《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码 - **Stars**: ⭐ 36,658 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ai-agent-book": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ai-agent-book" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ai-agent-book": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ai-agent-book" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ai-agent-book` - **Docker**: `docker run -i --rm mcp/ai-agent-book`