Skip to main content
MCP (Model Context Protocol) allows you to create servers that expose Composio tools to MCP-compatible clients like Claude Desktop and Cursor.

Quick Start

Creating MCP Servers

Basic Server

With Specific Tools

With Auth Configs

Manual Connection Management

Managing MCP Servers

List Servers

Get Server

Update Server

Delete Server

Generating Server Instances

For a User

Using server.generate()

Using with Claude Desktop

  1. Create an MCP server:
  1. Generate instance for user:
  1. Add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

Complete Example