Connect Claude Code to Composio's hosted MCP server for 1000+ app integrations.
Connect Claude Code to Composio's hosted MCP server:
https://connect.composio.dev/mcp
Composio gives Claude one connection to 1000+ apps, including Gmail, Slack, GitHub, Linear, Notion, HubSpot, Google Calendar, Figma, Google Sheets, Salesforce, Jira, Sentry, Datadog, and more. Use it when you want Claude to stop at chat and act across the tools you already use.
.claude-plugin/plugin.json: Claude Code plugin metadata and component paths..mcp.json: an HTTP MCP server named composio that points at https://connect.composio.dev/mcp.skills/composio/SKILL.md: guidance for when Claude should use Composio, how to handle multi-app workflows, and when to ask for confirmation.From this repository, run Claude Code with the plugin directory:
claude --plugin-dir .
Then verify that the MCP server is loaded:
/mcp
Select Composio in the MCP server manager and complete the browser authentication flow if prompted. After authentication, Composio tools will be available through Claude Code's MCP tool system.
Claude Tag in Slack is admin-managed. It does not use a developer's local Claude Code plugin install or personal Claude connectors in shared channels.
To make Composio work with @Claude in Slack, an organization Owner should configure it through Claude Tag Access bundles:
claude.ai/admin-settings/claude-tag..mcp.json.connect.composio.dev.x-consumer-api-key header and restrict the allowed website to connect.composio.dev.@Claude and asking it to use Composio for a read-only task first.Important Claude Tag behavior:
.mcp.json sitting in a repository Claude clones is not loaded by Claude Tag. The MCP server must be declared by an attached plugin.The default plugin config uses Claude Code's HTTP MCP OAuth flow and does not store secrets in the repository. Claude should not ask users to paste app passwords, personal access tokens, or .env secrets for apps that can connect through Composio OAuth.
If your environment requires a Composio consumer API key, configure a user-level or project-level MCP server override:
claude mcp add --scope user --transport http composio https://connect.composio.dev/mcp --header "x-consumer-api-key: YOUR_API_KEY"
Claude Code gives user and project MCP servers precedence over plugin-provided servers, so this override will take priority.
Composio keeps auth, scopes, and connected accounts on Composio's side. The bundled skill tells Claude to:
The plugin is already structured with the required .claude-plugin/plugin.json manifest at the plugin root. To publish it, host this repository and add it as a Claude Code plugin marketplace or install it directly from the plugin directory during development.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub composio-community/composio-pluginReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC plugin for engineering teams - 67 agents, 277 skills, 93 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,850 supported skills.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.