add-mcp
Back to registry
Composio logo

Composio

v1.0.0

composio.dev/mcp

Composio is an integration platform for AI agents that provides access to many third-party apps, user-scoped authentication handling, tool execution, sessions, triggers, and sandboxed workflows. It lets developers connect agents to external services through managed auth and routing infrastructure.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID
requiredsecret

Composio project API key. Use <token>.

npx add-mcp@latest https://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID --transport http --header "x-api-key: <x-api-key>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=dev.composio%2Fmcp"