# Significant-Gravitas/AutoGPT | Model Context Protocol (MCP) Server > AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters. - **Stars**: ⭐ 186,568 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "AutoGPT": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-AutoGPT" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "AutoGPT": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-AutoGPT" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-AutoGPT` - **Docker**: `docker run -i --rm mcp/AutoGPT`