Integrations
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:Copy
- Install dependencies:Copy
- Build and run the project:Copy
Installation guide for composer
- Open Cursor Settings
- Navigate to Features -> Add MCP Server
- Add the following command:Copy
- Replace
/path/to/composio-mcp-server
with the actual path where you cloned the repository - Replace
<composio_api_key>
with your composio api key
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A server implementation that provides MCP-compatible access to Composio applications like Gmail and Linear, allowing interaction through a structured interface for language models.
Related Resources
Related MCP Servers
- -securityAlicense-qualityIntegrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.Last updated -PythonGPL 3.0
- -securityFlicense-qualityAn MCP server that enables language models to access code intelligence features like completions, definitions, and references across multiple programming languages through the Language Server Protocol.Last updated -Python
- -security-license-qualityA server that enables communication with multiple unichat-based MCP servers simultaneously, allowing users to query different language models and combine their responses for more comprehensive results.Last updated -JavaScript
- -securityFlicense-qualityA Model Context Protocol server implementation that enables seamless integration with Claude and other MCP-compatible clients to access Prem AI's language models, RAG capabilities, and document management features.Last updated -JavaScript