Access 1000+ third-party tools via Composio MCP — Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.
openclaw plugins install @composio/openclaw-plugin- Log in at dashboard.composio.dev
- Choose your preferred client (OpenClaw, Claude Code, Cursor, etc.)
- Copy your consumer key (
ck_...)
openclaw config set plugins.entries.composio.config.consumerKey "ck_your_key_here"Then allow Composio tools in your agent's tool list. This works with any tool profile (coding, minimal, messaging, etc.). Without this step, Composio tools will only be available on the full tool profile:
openclaw config set tools.alsoAllow '["composio"]'After setting your key and allowing the tools, restart the gateway:
openclaw gateway restartThe plugin connects to Composio's MCP server at https://connect.composio.dev/mcp and registers all available tools directly into the OpenClaw agent. Tools are called by name — no extra search or execute steps needed.
If a tool returns an auth error, the agent will prompt you to connect that toolkit at dashboard.composio.dev.
{
"plugins": {
"entries": {
"composio": {
"enabled": true,
"config": {
"consumerKey": "ck_your_key_here"
}
}
}
}
}| Option | Description | Default |
|---|---|---|
enabled |
Enable or disable the plugin | true |
consumerKey |
Your Composio consumer key (ck_...) |
— |
mcpUrl |
MCP server URL (advanced) | https://connect.composio.dev/mcp |