composio-mcp-server

composio-mcp-server

3.1

If you are the rightful owner of composio-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Composio MCP Server provides a standardized interface for language models to interact with Composio applications.

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

Installation

  1. Clone the repository:

    git clone https://github.com/composio/composio-mcp-server.git
    cd composio-mcp-server
    
  2. Install dependencies and build the project:

    pnpm install && pnpm build
    

Configuration

  • Create a .env file in the root directory of the project.
  • Add the following environment variables to the .env file:
    COMPOSIO_API_KEY=<your_composio_api_key>
    COMPOSIO_APPS=gmail,linear
    

Installation guide for composer

  • Open Cursor Settings
  • Navigate to Features -> Add MCP Server
  • Add the following command:
    node /path/to/composio-mcp-server/start.js
    
  • Replace /path/to/composio-mcp-server with the actual path where you cloned the repository
  • Ensure your .env file is correctly configured with your Composio API Key and desired apps