magic (MCP Server)

GitHub

Magicrew. The first open-source all-in-one AI productivity platform (Generalist AI Agent + Workflow Engine + IM + Online collaborative office system)

4,985 stars TypeScript MCP Ready Full Docs Skills View Markdown #agent#agi#ai#gpt

Claude Desktop Configuration

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

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