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 extension

Double-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 server

For 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

ClientToolsSkillsSubagentCommandsRuleHooks
Cursor533
Claude Code5332
Claude Cowork5332
Copilot CLI532
VS Code53
Codex & ChatGPT53
Kiro53
OpenCode51
Claude Desktop5upload
Any MCP client5

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.

Cursor — one-click, MCP server only Add the arcade MCP server to Cursor
Claude Code
claude mcp add --transport http arcade https://hub.arcade.dev/mcp
Any other MCP client — point it at the endpoint above.

Docs & source · Install guides · What each install gets · Arcade.dev · Privacy