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
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lemonade": {
"command": "npx",
"args": [
"-y",
"lemonade-sdk/lemonade"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lemonade npx -y lemonade-sdk/lemonade
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lemonade": {
"command": "npx",
"args": [
"-y",
"lemonade-sdk/lemonade"
]
}
}
}
📋 Copy