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"
openclaw config set plugins.allow '["composio"]'
openclaw config set tools.alsoAllow '["composio"]'plugins.allowensures the Composio plugin is explicitly trusted and allowed to load.tools.alsoAllowensures Composio tools remain available on non-fulltool profiles such ascoding,minimal, andmessaging.
After setting your key and allowlists, 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. Once the plugin is configured, Composio tools show up directly inside OpenClaw and can be invoked like native tools.
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 |