T

ComposioHQ_composio-mcp-server

Created Oct 19, 2025 by MCP-Mirror

Language:

TypeScript

Stars:

21

Forks:

1

README

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:

    pnpm install
  3. 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= env COMPOSIO_APPS=gmail,linear 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 `` with your composio api key
Last updated: Oct 19, 2025

Publisher info

MCP-Mirror's avatar

MCP-Mirror

MCP Mirror

14
followers
0
following
1,016
repos

More MCP servers built with TypeScript

Vue.js

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

By vuejs 209.9K
Excalidraw

Virtual whiteboard for sketching hand-drawn like diagrams

By excalidraw 114.9K
Angular

Deliver web apps with confidence 🚀

By angular 99.7K