EN 日本語 简体中文

Browse Orbs

Search published Orbs by keyword, tag, or built-in search method.

How to download & run Orbs

Follow these steps to download and run an Orb locally:

  • 1. Browse or search the catalog below to find an Orb.
  • 2. Click an Orb to open its detail page with download options.
  • 3. Download the runnable Orb for your OS, or the asset bundle (.zip).
  • 4. On macOS/Linux run chmod +x <file> then execute. On Windows double-click the .exe.
  • 5. Refer to the auto-opened page, then configure your MCP client (Claude Desktop, Cursor, VS Code) to reference the Orb — example config below:
    Click to show MCP configuration example
    {
        "mcpServers": {
            "your-orb-name": {
                "command": "/path/to/orb-file",
                "args": ["--all-gui"]
            }
        }
    }