# mudler/LocalAI | Model Context Protocol (MCP) Server > LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required. - **Stars**: ⭐ 48,415 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "LocalAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LocalAI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "LocalAI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LocalAI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-LocalAI` - **Docker**: `docker run -i --rm mcp/LocalAI`