Connect Claude to the tools you use every day. Send emails, post to Slack, create GitHub issues, schedule calendar events โ all through natural conversation.
Connect these tools with just one click. Plus access 900+ more via composio/execute
Send and read emails
composio/gmail-sendSend messages to channels
composio/slack-sendSend messages to servers
composio/discord-sendTeam collaboration
composio/teams-messageSend messages
composio/telegram-messageBusiness messaging
composio/whatsapp-messageMicrosoft email
composio/outlook-emailIssues and PRs
composio/github-issueIssue tracking
composio/linear-issueAgile project management
composio/jira-issueTask management
composio/asana-taskKanban boards
composio/trello-cardProject workspace
composio/clickup-taskNotes and databases
composio/notion-pageDatabase spreadsheets
composio/airtable-recordCRM platform
composio/hubspot-contactEnterprise CRM
composio/salesforce-leadSales pipeline
composio/pipedrive-dealSchedule events
composio/calendar-eventCloud storage
composio/drive-uploadSpreadsheets
composio/sheets-appendDocuments
composio/docs-createFile storage
composio/dropbox-uploadMicrosoft storage
composio/onedrive-uploadVideo meetings
composio/zoom-meetingScheduling
composio/calendly-eventsPost tweets
composio/twitter-postPhoto sharing
composio/instagram-postCommunity posts
composio/reddit-postVideo uploads
composio/youtube-uploadSupport tickets
composio/zendesk-ticketCustomer messaging
composio/intercom-conversationHelp desk
composio/freshdesk-ticketPayment processing
composio/stripe-customerDownload and add to Claude Desktop, Cursor, Windsurf, or any MCP-compatible platform.
Sign in to Gmail, Slack, GitHub, etc. with OAuth. No API keys to manage.
"Send an email to John", "Post to #general on Slack", "Create a GitHub issue" โ just ask.
POST /v1/run
{
"model": "composio/gmail-send",
"inputs": {
"to": "john@example.com",
"subject": "Meeting tomorrow",
"body": "Hi John, let's meet at 3pm."
}
}POST /v1/run
{
"model": "composio/github-issue",
"inputs": {
"repo": "owner/repo",
"title": "Bug: Login button broken",
"body": "Steps to reproduce...",
"labels": ["bug", "priority-high"]
}
}POST /v1/run
{
"model": "composio/slack-send",
"inputs": {
"channel": "#general",
"message": "Deploy completed! ๐"
}
}POST /v1/run
{
"model": "composio/calendar-event",
"inputs": {
"title": "Team standup",
"start_time": "2026-03-26T10:00:00Z",
"end_time": "2026-03-26T10:30:00Z",
"attendees": ["team@example.com"]
}
}Join 10,000+ developers using SkillBoss to build powerful automations with Claude.