Composio MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Composio MCP ServerCreate a Linear task: 'Update documentation'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Composio MCP Server
A Model Context Protocol (MCP) server implementation that exposes Composio tools and actions.
Overview
This server provides MCP-compatible access to various Composio applications like Gmail, Linear, and more through a standardized interface. It allows language models to interact with these tools in a structured way.
Related MCP server: comfyui-mcp
Prerequisites
Node.js 16 or higher
A Composio API key, get it here by signing up at https://app.composio.dev
Installation
Clone the repository:
git clone https://github.com/composio/composio-mcp-server.git cd composio-mcp-serverInstall dependencies:
pnpm installBuild and run the project:
pnpm build && node build/index.js
Installation guide for composer
Open Cursor Settings
Navigate to Features -> Add MCP Server
Add the following command:
env COMPOSIO_API_KEY=<composio_api_key> env COMPOSIO_APPS=gmail,linear node /path/to/composio-mcp-server/build/index.jsReplace
/path/to/composio-mcp-serverwith the actual path where you cloned the repositoryReplace
<composio_api_key>with your composio api key
This server cannot be deployed
Maintenance
Related MCP Connectors
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Related MCP Servers
- AlicenseBqualityCmaintenanceTransforms OpenAPI definitions into MCP tools for seamless LLM-API integration.812 npm1MIT
- AlicenseNot gradedqualityDmaintenanceExposes ComfyUI workflows as callable MCP tools, enabling LLMs to run image generation workflows via API.59 PyPIMIT
- AlicenseNot gradedqualityDmaintenanceExposes OpenAPI endpoints as MCP tools, enabling LLMs to discover and interact with REST APIs through the MCP protocol.5 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT