Composio
Official
🔧 Utilities
Connect AI agents to 500+ business apps like Gmail, Slack, GitHub, and Notion through one integration. Intelligent tool discovery, multi-step workflow orchestration, secure OAuth authentication, and cloud sandbox execution.
Tags
Tools (7)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"composio": {
"command": "npx",
"args": [
"-y",
"@composio/mcp@latest"
],
"env": {
"COMPOSIO_API_KEY": "your-composio-api-key-here"
}
}
}
}