composio (MCP Server)

GitHub

Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "composio": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-composio"
      ]
    }
  }
}