Agent Hub
Let any agent use Arcade.
One MCP endpoint your client connects to once. From then on it finds and runs the right tool across Slack, Gmail, GitHub, Calendar, Notion, Linear, and more. App sign-ins happen once, in your browser — no API keys.
Endpoint
https://hub.arcade.dev/mcp
Sign in with your Arcade staging account; the
authorization page is served by cloud.bosslevel.dev.
Install — recommended per client
Cursor
Full plugin: tools, 3 skills, the operator subagent, slash commands, and the always-on rule.
npx plugins add arcadeai-labs/arcade --target cursor
Or add the marketplace arcadeai-labs/arcade in Cursor's Plugins panel. Guide →
Claude Code
Full plugin: tools, 3 skills, the operator subagent, slash commands, and the session hook.
claude plugin marketplace add arcadeai-labs/arcade claude plugin install arcade@arcade
Then run /mcp and sign in. Guide →
Claude Desktop
One-click extension carrying the MCP server. The 3 skills upload separately.
↓ Download the .mcpb extensionDouble-click it, click Install, sign in. Requires Node.js. Guide →
OpenCode
Plugin: tools, session instructions, a slash command, and sign-in toasts.
opencode plugin opencode-arcade-hub
Add -g to install globally. Guide →
GitHub Copilot CLI
Tools, 3 skills, the operator subagent, and both session hooks.
copilot plugin install arcadeai-labs/arcade
Also appears in VS Code automatically. Guide →
VS Code
Tools and 3 skills, via the open Agent Plugins format.
Add the arcade MCP serverFor the skills too, run Chat: Install Plugin From Source. Requires chat.plugins.enabled. Guide →
Codex & ChatGPT
Tools and 3 skills. One install covers both surfaces.
npx plugins add arcadeai-labs/arcade --target codex
Codex and ChatGPT share one plugin directory. Guide →
Kiro
Tools and 3 skills. Needs Kiro 1.0.288 or newer.
https://github.com/arcadeai-labs/arcade
Agent Steering & Skills → + → import from GitHub URL. Guide →
Install in one place per pair: Cursor auto-loads plugins installed in Claude Code, and VS Code auto-loads plugins installed through the Copilot CLI. Installing in both halves makes the client list the plugin twice and split its components between the entries.
What each client gets
| Client | Tools | Skills | Subagent | Commands | Rule | Hooks |
|---|---|---|---|---|---|---|
| Cursor | 5 | 3 | ✓ | 3 | ✓ | ✓ |
| Claude Code | 5 | 3 | ✓ | 3 | – | 2 |
| Claude Cowork | 5 | 3 | ✓ | 3 | – | 2 |
| Copilot CLI | 5 | 3 | ✓ | – | – | 2 |
| VS Code | 5 | 3 | – | – | – | – |
| Codex & ChatGPT | 5 | 3 | – | – | – | – |
| Kiro | 5 | 3 | – | – | – | – |
| OpenCode | 5 | – | – | 1 | – | ✓ |
| Claude Desktop | 5 | upload | – | – | – | – |
| Any MCP client | 5 | – | – | – | – | – |
Only skills and MCP servers are portable component types in Agent Plugins 1.0.0. Rules, subagents, commands, and hooks are client-specific, so each client gets whatever its own plugin format supports. Full matrix →
Just the tools
Skipping the plugin means skipping the skills, commands, and guidance that teach an agent how to use the hub — the tools still work, but the agent has to figure out the flow on its own.
Docs & source · Install guides · What each install gets · Arcade.dev · Privacy