Composio
Rank #43,213io.github.ComposioHQ/composio
Connect agents to 1000+ apps with managed auth and tool-calling (Gmail, Slack, GitHub, Linear).
Composio is a Model Context Protocol (MCP) server published by ComposioHQ. It ranks #43,213 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Composio is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 72,247 of 115,460 servers on MCP Toplist.
Use Composio
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http composio https://connect.composio.dev/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.composio]
url = "https://connect.composio.dev/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://connect.composio.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"composio": {
"url": "https://connect.composio.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"composio": {
"type": "http",
"url": "https://connect.composio.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"composio": {
"serverUrl": "https://connect.composio.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"composio": {
"url": "https://connect.composio.dev/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ComposioHQ%2Fcomposio)<a href="https://mcptoplist.com/server/io.github.ComposioHQ%2Fcomposio"><img src="https://mcptoplist.com/badge/io.github.ComposioHQ%2Fcomposio.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ComposioHQ
Other servers by ComposioHQ
View all ComposioHQ servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.4 | Jun 30, 2026 |
Frequently asked questions
- Who maintains Composio?
- Composio is maintained by ComposioHQ, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Composio listed on the Official MCP Registry?
- Yes — Composio is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Composio have?
- MCP Toplist tracks 1 version of Composio, most recently published on Jun 30, 2026.
- Where can I find the source code for Composio?
- The source code for Composio is hosted at github.com/composiohq/ghmcp.