Skip to content

ComposioHQ/openclaw-composio-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composio Plugin for OpenClaw

Access 1000+ third-party tools via Composio MCP — Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.

Install

openclaw plugins install @composio/openclaw-plugin

Setup

  1. Log in at dashboard.composio.dev
  2. Choose your preferred client (OpenClaw, Claude Code, Cursor, etc.)
  3. Copy your consumer key (ck_...)

Via OpenClaw Config

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 restart

How It Works

The 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.

Configuration

{
  "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

Links

About

Access 1000+ third-party tools in OpenClaw via Composio — Gmail, Slack, GitHub, Notion, Linear, Jira, HubSpot, Salesforce, Google Drive, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages