composio-mcp

Installation
SKILL.md

Composio Connect MCP

The Composio MCP server at connect.composio.dev/mcp gives Claude access to 1000+ apps. Composio manages auth and permissions for all connected apps, intelligently routes to the best tool for the task, helps with long context tasks, and enables programmatic tool calling.

How it works

You have 7 meta-tools that orchestrate everything:

1. COMPOSIO_SEARCH_TOOLS — always start here

Discovers the right tools and returns a recommended execution plan. Call this first whenever the user mentions or implies an external app or workflow.

  • Pass queries with a use_case describing what the user wants to do
  • For complex workflows, split into multiple atomic queries (1 query = 1 tool call)
  • Include app names in each query to keep intent scoped (e.g., "fetch Gmail emails", not just "fetch emails")
  • Pass known_fields for any IDs, names, or settings the user mentioned
  • Use session: { generate_id: true } for new workflows; reuse the returned session_id for follow-up calls
  • If the user pivots to a different task, generate a new session
Installs
1
GitHub Stars
1
First Seen
Apr 25, 2026