1000+ Tool Integrations

Use Gmail, Slack, GitHub & More in Claude

Connect Claude to the tools you use every day. Send emails, post to Slack, create GitHub issues, schedule calendar events โ€” all through natural conversation.

One-click OAuth
No API keys needed
1000+ tools

35+ Popular integrations

Connect these tools with just one click. Plus access 900+ more via composio/execute

Communication

๐Ÿ“ง

Gmail

Send and read emails

composio/gmail-send
๐Ÿ’ฌ

Slack

Send messages to channels

composio/slack-send
๐ŸŽฎ

Discord

Send messages to servers

composio/discord-send
๐Ÿ‘ฅ

Microsoft Teams

Team collaboration

composio/teams-message
โœˆ๏ธ

Telegram

Send messages

composio/telegram-message
๐Ÿ’š

WhatsApp

Business messaging

composio/whatsapp-message
๐Ÿ“จ

Outlook

Microsoft email

composio/outlook-email

Project Management

๐Ÿ™

GitHub

Issues and PRs

composio/github-issue
๐ŸŽฏ

Linear

Issue tracking

composio/linear-issue
๐Ÿ”ท

Jira

Agile project management

composio/jira-issue
๐Ÿ”ฒ

Asana

Task management

composio/asana-task
๐Ÿ“‹

Trello

Kanban boards

composio/trello-card
โœ…

ClickUp

Project workspace

composio/clickup-task
๐Ÿ“

Notion

Notes and databases

composio/notion-page
๐Ÿ“Š

Airtable

Database spreadsheets

composio/airtable-record

CRM & Sales

๐Ÿงก

HubSpot

CRM platform

composio/hubspot-contact
โ˜๏ธ

Salesforce

Enterprise CRM

composio/salesforce-lead
๐Ÿ”—

Pipedrive

Sales pipeline

composio/pipedrive-deal

Productivity

๐Ÿ“…

Google Calendar

Schedule events

composio/calendar-event
๐Ÿ“

Google Drive

Cloud storage

composio/drive-upload
๐Ÿ“‘

Google Sheets

Spreadsheets

composio/sheets-append
๐Ÿ“„

Google Docs

Documents

composio/docs-create
๐Ÿ“ฆ

Dropbox

File storage

composio/dropbox-upload
โ˜๏ธ

OneDrive

Microsoft storage

composio/onedrive-upload
๐ŸŽฅ

Zoom

Video meetings

composio/zoom-meeting
๐Ÿ—“๏ธ

Calendly

Scheduling

composio/calendly-events

Social Media

๐Ÿฆ

Twitter/X

Post tweets

composio/twitter-post
๐Ÿ“ท

Instagram

Photo sharing

composio/instagram-post
๐Ÿ”ด

Reddit

Community posts

composio/reddit-post
โ–ถ๏ธ

YouTube

Video uploads

composio/youtube-upload

Customer Support

๐ŸŽซ

Zendesk

Support tickets

composio/zendesk-ticket
๐Ÿ’ฌ

Intercom

Customer messaging

composio/intercom-conversation
๐Ÿ†˜

Freshdesk

Help desk

composio/freshdesk-ticket

Payments

๐Ÿ’ณ

Stripe

Payment processing

composio/stripe-customer

How it works

1

Install SkillBoss

Download and add to Claude Desktop, Cursor, Windsurf, or any MCP-compatible platform.

2

Connect your tools

Sign in to Gmail, Slack, GitHub, etc. with OAuth. No API keys to manage.

3

Use naturally

"Send an email to John", "Post to #general on Slack", "Create a GitHub issue" โ€” just ask.

Example usage

Send an email

POST /v1/run
{
  "model": "composio/gmail-send",
  "inputs": {
    "to": "john@example.com",
    "subject": "Meeting tomorrow",
    "body": "Hi John, let's meet at 3pm."
  }
}

Create GitHub issue

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 to Slack

POST /v1/run
{
  "model": "composio/slack-send",
  "inputs": {
    "channel": "#general",
    "message": "Deploy completed! ๐Ÿš€"
  }
}

Schedule calendar event

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"]
  }
}

What you can build

Automated email responses based on AI analysis
Slack notifications from code review summaries
Auto-create GitHub issues from bug reports
Meeting summaries saved to Notion automatically
Task creation in Linear from chat messages
Social media posting across multiple platforms

Ready to connect your tools?

Join 10,000+ developers using SkillBoss to build powerful automations with Claude.