magentic-ui (MCP Server)

GitHub

MagenticLite is an experimental agent that works across the browser and local file system

Claude Desktop Configuration

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

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