MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

C
Composiohq Composio MCP Server

Mirror of https://github.com/ComposioHQ/composio-mcp-server

创建于 2/16/2025
更新于 4 months ago
Repository documentation and setup instructions

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:

    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=<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 <composio_api_key> with your composio api key
快速设置
此服务器的安装指南

安装包 (如果需要)

npx ComposioHQ_composio-mcp-server

Cursor 配置 (mcp.json)

{ "mcpServers": { "mcp-mirror-composiohq-composio-mcp-server": { "command": "npx", "args": [ "ComposioHQ_composio-mcp-server" ] } } }