# agentscope-ai/agentscope | Model Context Protocol (MCP) Server > Build and run agents you can see, understand and trust. - **Stars**: ⭐ 28,887 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "agentscope": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-agentscope" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "agentscope": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-agentscope" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-agentscope` - **Docker**: `docker run -i --rm mcp/agentscope`