Composio MCP Server
Overview
Composio MCP Server is a Model Context Protocol (MCP) server implementation that provides access to various Composio applications like Gmail and Linear through a standardized interface.
To use Composio MCP Server, clone the repository from GitHub, install the necessary dependencies, and set up the server with your Composio API key.
- MCP-compatible access to Composio applications - Structured interaction for language models with various tools - Easy installation and setup process
- Integrating language models with email applications like Gmail.
- Automating task management with tools like Linear.
- Enabling structured data access for AI applications.
Add to your AI client
Use these steps to connect Composio MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"composio-mcp-server-composiohq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-composio-mcp-server-composiohq"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"composio-mcp-server-composiohq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-composio-mcp-server-composiohq"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"composio-mcp-server-composiohq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-composio-mcp-server-composiohq"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"composio-mcp-server-composiohq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-composio-mcp-server-composiohq"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"composio-mcp-server-composiohq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-composio-mcp-server-composiohq"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"composio-mcp-server-composiohq": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-composio-mcp-server-composiohq"
]
}
}
}FAQ
What is required to run Composio MCP Server?
You need Node.js 16 or higher and a Composio API key.
Is there a guide for installation?
Yes! The installation guide is provided in the repository's README file.
Can I use Composio MCP Server with other applications?
Yes! It is designed to work with various Composio applications.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1506,"uuid":"6d62c78c-f511-4872-8835-f0a386a89098","name":"composio-mcp-server","title":"Composio MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/128464815?v=4","created_at":"$D2025-02-20T16:06:16.784Z","updated_at":"$D2025-02-23T07:22:05.906Z","status":"created","author_name":"ComposioHQ","author_avatar_url":"https://avatars.githubusercontent.com/u/128464815?v=4","tags":"composio,mcp-server,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/ComposioHQ/composio-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]