Composio MCP Server

by ComposioHQ

660 downloads
Not rated
GitHub

Description

# 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…

About

# 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…

Details

Author
ComposioHQ
Downloads
660
Categories
Other

- Provides MCP‑compatible access to multiple Composio applications
- Supports tools from Gmail, Linear, and more
- Standardized interface for language model integration
- Simple configuration via environment variables
- Built with Node.js and easy to clone and build

Clone the repository, install dependencies with pnpm install && pnppm build, then configure your MCP client (e.g., Cursor) with the command COMPOSIO_API_KEY=<your_key> node /path/to/composio-mcp-server/build/index.js. Requires Node.js 16 or higher and a Composio API key obtained from app.composio.dev.

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

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 && pnppm build

Installation guide for composer

- Open Cursor Settings
- Navigate to Features -> Add MCP Server
- Add the following command:

     COMPOSIO_API_KEY=<composio_api_key> node /path/to/composio-mcp-server/build/index.js

- Replace /path/to/composio-mcp-server with the actual path where you cloned the repository
- Replace <composio_api_key> with your actual Composio API Key

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.