Composio

v1.0.0Developer Toolsstable

Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.

agentic-aiagentsaiai-agentsaiagents
Share:
28,385
Stars
0
Downloads
0
Weekly
0/5

What is Composio?

Composio is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build ai agents that turn intent into action.

Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Composio powers 1000+ toolkits, tool search, context managem

Use Cases

1000+ tool integration
Context management
AI agent action orchestration
ComposioHQ

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx composio

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Composio

Composio is a developer platform that gives AI agents authenticated access to over 500 business applications — including Gmail, Slack, GitHub, Notion, Salesforce, Jira, and Linear — through a single unified API. Its MCP server exposes all of these integrations as MCP tools, so any MCP-compatible AI client can perform real actions like sending emails, creating tickets, or pushing code without the developer needing to manage OAuth flows for each service individually. Composio handles authentication, context management, and tool routing across all connected apps.

Prerequisites

  • A Composio account and API key (COMPOSIO_API_KEY) — sign up at app.composio.dev
  • Node.js 18+ or Python 3.10+ depending on your preferred SDK
  • An MCP-compatible client such as Claude Desktop, Cursor, VS Code, or Claude Code
  • OAuth connections pre-authorized for the apps you want to use (done via the Composio dashboard)
1

Sign up and get your API key

Create a free account at app.composio.dev. Your COMPOSIO_API_KEY is shown in the dashboard under API Keys.

# Set the key in your environment
export COMPOSIO_API_KEY=your_composio_api_key_here
2

Install the Composio CLI

Install the Composio Python package to manage app connections from the command line.

pip install composio-core

# Verify install
composio --version
3

Authenticate with your target apps

Use the Composio CLI to connect the apps you want your AI agent to use. This opens a browser for OAuth.

# Connect GitHub
composio add github

# Connect Gmail
composio add gmail

# Connect Slack
composio add slack
4

Start the Composio MCP server

Launch the Composio MCP server which will expose all your connected app integrations as MCP tools.

composio mcp start
5

Add to your MCP client configuration

Configure your MCP client to connect to the Composio MCP server, passing your API key.

{
  "mcpServers": {
    "composio": {
      "command": "composio",
      "args": ["mcp", "start"],
      "env": {
        "COMPOSIO_API_KEY": "your_composio_api_key_here"
      }
    }
  }
}
6

Verify tools are available

Ask your AI assistant to list the available Composio tools to confirm the connection is working.

Composio Examples

Client configuration

Full claude_desktop_config.json entry for Composio MCP with API key authentication.

{
  "mcpServers": {
    "composio": {
      "command": "composio",
      "args": ["mcp", "start"],
      "env": {
        "COMPOSIO_API_KEY": "your_composio_api_key_here"
      }
    }
  }
}

Prompts to try

Prompts that use Composio's cross-app integrations through MCP tool calls.

- "Send an email via Gmail to [email protected] with the subject 'Weekly Update' and a summary of this week's tasks"
- "Create a GitHub issue in myorg/myrepo titled 'API rate limit exceeded in production' and assign it to @lead-dev"
- "Search my Notion workspace for documents about 'Q3 roadmap' and summarize the key items"
- "Post a message to the #engineering Slack channel saying the deployment to production is complete"
- "Create a Jira ticket in the BACKEND project for the authentication bug we just found, with high priority"

Troubleshooting Composio

COMPOSIO_API_KEY authentication fails when the MCP server starts

Verify the API key is correct by running 'composio whoami' in your terminal with the key exported. Keys can be regenerated in the Composio dashboard under API Keys. Ensure there are no leading/trailing spaces in the key value.

Tool calls for a specific app return 'not connected' or 'authorization required'

The app integration needs to be connected first via 'composio add <app-name>'. Go to app.composio.dev > Connections to verify the app shows as connected. If the OAuth token has expired, reconnect with 'composio add <app-name> --force'.

The MCP server starts but no tools appear in the AI client

Run 'composio tools' to list all available tools and confirm they are loaded. Check that the MCP server process is running and the client is connecting to it. Some MCP clients require a restart after adding a new server entry to the config file.

Frequently Asked Questions about Composio

What is Composio?

Composio is a Model Context Protocol (MCP) server that composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build ai agents that turn intent into action. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Composio?

Follow the installation instructions on the Composio GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Composio?

Composio works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Composio free to use?

Yes, Composio is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "composio": { "command": "npx", "args": ["-y", "composio"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Composio?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides