cherry-studio

GitHub

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cherry-studio": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cherry-studio"
      ]
    }
  }
}