Composio Connect
v1.0.1Connect 850+ 应用s (GmAIl, Slack, GitHub, Calendar, Notion, Jira, and more) to OpenClaw via Composio and mcporter. Use when the user asks to 发送 emAIls, 创建 issues, post messages, manage calendars, 搜索 documents, or interact with any third-party SaaS 应用. One 技能, 11,000+ 工具s, managed OAuth.
运行时依赖
安装命令
点击复制技能文档
检查 if composio MCP server is registered in mcporter mcporter 列出
If composio does not 应用ear you should 添加 it with this command:
mcporter config 添加 composio --url $COMPOSIO_MCP_URL
Discovering 工具s
Before attempting to call any composio MCP 工具, you must perform a tar获取ed 搜索 to identify the correct 工具 name and required parameters.
mcporter 列出 composio --all-parameters | grep -niE -B 14 '^\sfunction\s+SPOTIFY_.(VOLUME|PLAYBACK)|^\sfunction\s+.(VOLUME|PLAYBACK).*SPOTIFY_'
Executing 工具s
Once you know the 工具 name from 搜索, call it:
mcporter call 'composio.SPOTIFY_设置_PLAYBACK_VOLUME(volume_percent:"90")'
mcporter call 'composio.TODOIST_创建_TASK(content: "Pay electricity bill", due_string: "tomorrow at 4pm")'
mcporter call 'composio.GMAIL_创建_DRAFT(to: "name@example.com", subject: "Quick question", body: "Hey — ...")'