# Composio [Health: Active]

**Category:** 💬 Communication  
**Repository:** https://github.com/ComposioHQ/GHMCP  
**GitHub Stars:** 3  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/composio

## Description
Connect agents to 1000+ apps with managed auth and tool-calling (Gmail, Slack, GitHub, Linear).

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "composio": {
    "url": "https://connect.composio.dev/mcp"
  }
}
```

## Documentation & README

# Composio MCP Server

Connect AI agents to **1000+ apps** (Gmail, Slack, GitHub, Linear, and more) with managed authentication and tool-calling.

Composio is a remote, streamable-HTTP MCP server. Connecting opens an OAuth login (`login.composio.dev`); no API keys to paste, nothing to run locally.

```
https://connect.composio.dev/mcp
```

## Install

**VS Code**

```bash
code --add-mcp '{"name":"composio","type":"http","url":"https://connect.composio.dev/mcp"}'
```

**Any other MCP client**: point it at the remote server `https://connect.composio.dev/mcp`.

