# lemonade-sdk/lemonade | Model Context Protocol (MCP) Server > Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord: https://discord.gg/5xXzkMu8Zk - **Stars**: ⭐ 5,298 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "lemonade": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lemonade" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "lemonade": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-lemonade" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-lemonade` - **Docker**: `docker run -i --rm mcp/lemonade`