✓ Verified 💻 Development ✓ Enhanced Data

Composio Connect

Connect 850+ apps (Gmail, Slack, GitHub, Calendar, Notion, Jira, and more) to OpenClaw via Composio

Rating
4.5 (29 reviews)
Downloads
2,971 downloads
Version
1.0.0

Overview

Connect 850+ apps (Gmail, Slack, GitHub, Calendar, Notion, Jira, and more) to OpenClaw via Composio and mcporter.

Complete Documentation

View Source →

Check if composio MCP server is registered in mcporter

bash
mcporter list

If composio does not appear you should add it with this command:

bash
mcporter config add composio --url $COMPOSIO_MCP_URL

Discovering Tools

Before attempting to call any composio MCP tool, you must perform a targeted search to identify the correct tool name and required parameters.

bash
mcporter list composio --all-parameters | grep -niE -B 14 '^\s*function\s+SPOTIFY_.*(VOLUME|PLAYBACK)|^\s*function\s+.*(VOLUME|PLAYBACK).*SPOTIFY_'

Executing Tools

Once you know the tool name from search, call it:

bash
mcporter call 'composio.SPOTIFY_SET_PLAYBACK_VOLUME(volume_percent:"90")'

bash
mcporter call 'composio.TODOIST_CREATE_TASK(content: "Pay electricity bill", due_string: "tomorrow at 4pm")'

bash
mcporter call 'composio.GMAIL_CREATE_DRAFT(to: "[email protected]", subject: "Quick question", body: "Hey — ...")'

Installation

Terminal bash

openclaw install composio-connect
    
Copied!

💻Code Examples

mcporter config add composio --url $COMPOSIO_MCP_URL

mcporter-config-add-composio---url-composiomcpurl.txt
## Discovering Tools

Before attempting to call any composio MCP tool, you must perform a targeted search to identify the correct tool name and required parameters.

mcporter list composio --all-parameters | grep -niE -B 14 '^\s*function\s+SPOTIFY_.*(VOLUME|PLAYBACK)|^\s*function\s+.*(VOLUME|PLAYBACK).*SPOTIFY_'

mcporter-list-composio---all-parameters--grep--nie--b-14-sfunctionsspotifyvolumeplaybacksfunctionsvolumeplaybackspotify.txt
## Executing Tools

Once you know the tool name from search, call it:

Tags

#coding_agents-and-ides #github #git

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author samotheos
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install composio-connect