- Explore MCP Servers
- ComposioHQ_composio-mcp-server
Composiohq Composio Mcp Server
What is Composiohq Composio Mcp Server
ComposioHQ_composio-mcp-server is an implementation of a Model Context Protocol (MCP) server that provides access to various Composio tools and actions through a standardized interface.
Use cases
Use cases for ComposioHQ_composio-mcp-server include automating tasks in Gmail, managing projects in Linear, and enabling language models to interact with these applications seamlessly.
How to use
To use ComposioHQ_composio-mcp-server, clone the repository from GitHub, install the necessary dependencies using pnpm, and run the server with your Composio API key and desired applications configured in the environment variables.
Key features
Key features include MCP-compatible access to Composio applications such as Gmail and Linear, structured interaction with language models, and a standardized interface for integrating various tools.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Composiohq Composio Mcp Server
ComposioHQ_composio-mcp-server is an implementation of a Model Context Protocol (MCP) server that provides access to various Composio tools and actions through a standardized interface.
Use cases
Use cases for ComposioHQ_composio-mcp-server include automating tasks in Gmail, managing projects in Linear, and enabling language models to interact with these applications seamlessly.
How to use
To use ComposioHQ_composio-mcp-server, clone the repository from GitHub, install the necessary dependencies using pnpm, and run the server with your Composio API key and desired applications configured in the environment variables.
Key features
Key features include MCP-compatible access to Composio applications such as Gmail and Linear, structured interaction with language models, and a standardized interface for integrating various tools.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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-server -
Install dependencies:
pnpm install -
Build 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.js - Replace
/path/to/composio-mcp-serverwith the actual path where you cloned the repository - Replace
<composio_api_key>with your composio api key
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










