跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    arcadeai-labs

    Arcade Hub

    v0.10.0MCP 集成
    opencode-arcade-hub

    Arcade Agent Hub for OpenCode — external-service tools (Slack, Gmail, GitHub, Calendar, Notion, Linear, and more) scoped to your Arcade gateways, over one MCP connection.

    GitHub 星标

    2

    月装机量

    1,887

    近 7 天 78

    综合评分SCORE

    44.0

    生态多维模型

    最近提交

    7 天前

    2026-08-12

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-arcade-hub@0.10.0"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    Arcade

    Plugin

    Let any agent use Arcade. Ask for what you want and the right tool runs
    across every app you've connected.
    App sign-in happens in the browser. No API keys.

    Endpoint Agent Plugins 1.0.0 Version License


    Install

    Every client below gets the same arcade MCP server. What else comes with it depends on what that client can load — the full breakdown is in the support matrix.

    Client Install Instructions
    Cursor Install in Cursor cursor.md
    Claude Code Install in Claude Code claude-code.md
    Claude Desktop Download extension claude-desktop.md
    VS Code Install in VS Code vscode.md
    GitHub Copilot CLI Install in Copilot CLI copilot.md
    Codex / ChatGPT Install in Codex codex.md
    Kiro Install in Kiro kiro.md
    OpenCode Install in OpenCode opencode.md
    Any MCP client https://hub.arcade.dev/mcp agent-plugins.md

    One command covers most of them:

    npx plugins add arcadeai-labs/arcade
    

    Cursor also auto-loads any plugin you install in Claude Code, so if you use both, install in one place — otherwise Cursor lists it twice and splits its components between the entries. See cursor.md.

    Staging deployment. The hub currently runs against Arcade staging, so sign in with your staging Arcade account (the sign-in page is served by cloud.bosslevel.dev, not arcade.dev). Everything else is production-shaped.

    What each client gets

    Tools Skills Subagent Commands Rule Hooks
    Cursor ✅ 8 ✅ 3 ✅ 4
    Claude Code ✅ 8 ✅ 3 ✅ 4 ✅ 2
    Claude Cowork / desktop ✅ 8 ✅ 3 ✅ 4 ✅ 2
    GitHub Copilot CLI ✅ 8 ✅ 3 ✅ 2
    VS Code ✅ 8 ✅ 3
    Codex / ChatGPT ✅ 8 ✅ 3
    Kiro ✅ 8 ✅ 3
    OpenCode ✅ 8 ✅ 2
    Claude Desktop (.mcpb) ✅ 8 upload
    Any MCP client ✅ 8

    Rules, subagents, commands, and hooks are not portable component types in Agent Plugins 1.0.0, so each client gets whatever its own plugin format supports. Full detail, including version floors and install methods, is in the support matrix.

    Try it

    • "What apps do I have connected?"
    • "Send a message to #eng that the deploy is done."
    • "What's on my calendar tomorrow?"
    • /arcade:status — check your connection, sign-in, and connected apps
    • /arcade:connect google — connect an app ahead of time

    Your assistant speaks intent to the hub: Arcade_Run starts a task and Arcade_Task continues it by task_id (confirmation, missing details, or a sign-in; multi-step keeps the same task_id), while Arcade_SelectTools / Arcade_UseTool remain the manual escape hatch, Arcade_Apps / Arcade_ManageToolAuthorization manage app connections, and Arcade_SelectScope manages org, project, and gateway selection — you never call any of them yourself.

    Learn more

    License

    Apache-2.0. Copyright (c) 2024–Present Arcade AI.