Connect Apps
Connect Claude to 1000+ apps using the Composio CLI. Actually send emails, create issues, post messages - not just generate text about it.
Quick Start
Step 1: Install the Composio CLI
curl -fsSL https://composio.dev/install | bash
Step 2: Log In
composio login
composio whoami
Opens a browser for auth, then prompts you to pick a default org and project. Use -y to skip prompts in scripts.
Step 3: Link the Apps You Need
composio link gmail
composio link slack
composio link github
Each command walks OAuth once; the connection then persists.
Step 4: Try It
composio execute GMAIL_SEND_EMAIL -d '{
"recipient_email": "[email protected]",
"subject": "Composio test",
"body": "Hello from the CLI"
}'
If the email arrives, you're connected.
<p align="center">
<b>Join 20,000+ developers building agents that ship</b>
</p>
<p align="center">
<a href="https://platform.composio.dev/?utm_source=Github&utm_content=AwesomeSkills">
<img src="https://img.shields.io/badge/Get_Started_Free-4F46E5?style=for-the-badge" alt="Get Started"/>
</a>
</p>