# enricoros/big-AGI | Model Context Protocol (MCP) Server > AI suite powered by state-of-the-art models and providing advanced AI/AGI functions. Includes AI personas, AGI functions, world-class Beam multi-model chats, text-to-image, voice, response streaming, code highlighting and execution, PDF import, presets for developers, much more. Deploy on-prem or in the cloud. - **Stars**: ⭐ 7,076 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "big-AGI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-big-AGI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "big-AGI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-big-AGI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-big-AGI` - **Docker**: `docker run -i --rm mcp/big-AGI`