Composio MCP Server
Click on "Install 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.
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/comigor/composio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server