tools/composio/README.md
Get MCP access to 500+ marketing tools through a single integration.
npx @composio/mcp@latest setup
Verify by running /mcp in Claude Code — composio should appear in the server list.
When you ask the agent to use a Composio-backed tool for the first time, it will provide a Connect Link. Open the link in your browser, authorize the app, and you're set. The connection persists across sessions.
You: "Get my top HubSpot contacts"
Agent: "Please connect HubSpot first: https://app.composio.dev/connect/..."
# Click the link → authorize → return to Claude Code
Agent: "Here are your top contacts: ..."
"Show me my 10 most recent HubSpot contacts with their deal stages"
"What's my Meta Ads spend and ROAS for the last 7 days?"
"Add a row to my 'Campaign Tracker' Google Sheet with today's LinkedIn Ads metrics"
"Find Salesforce leads from this week and post a summary in Slack #new-leads"
See marketing-tools.md for the full list of Composio toolkits mapped to marketing use cases.
Key tools with new MCP access (no native MCP server in this repo):
The tool may not be connected yet. Ask the agent to connect it, or run:
npx composio apps list
OAuth tokens expire. If a tool stops working, re-authenticate:
npx composio connections list # Find the connection
npx composio connections remove {id} # Remove it
# Then ask the agent to use the tool again to trigger re-auth
Composio has its own rate limits (free: 20K calls/mo, 10 req/sec). If you hit them:
Re-run the setup command:
npx @composio/mcp@latest setup
Then restart Claude Code.