Composio MCP Server

Official

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Integrations

  • Provides MCP-compatible access to Gmail, allowing language models to interact with Gmail in a structured way through the Composio MCP server

  • Provides MCP-compatible access to Linear, allowing language models to interact with Linear in a structured way through the Composio MCP server

Composio MCP サーバー

Composio ツールとアクションを公開するモデル コンテキスト プロトコル (MCP) サーバー実装。

概要

このサーバーは、標準化されたインターフェースを通じて、Gmail、Linearなどの様々なComposioアプリケーションへのMCP互換アクセスを提供します。これにより、言語モデルはこれらのツールと構造化された方法でやり取りできるようになります。

前提条件

インストール

  1. リポジトリをクローンします。
    git clone https://github.com/composio/composio-mcp-server.git cd composio-mcp-server
  2. 依存関係をインストールします:
    pnpm install
  3. プロジェクトをビルドして実行します。
    pnpm build && node build/index.js

Composerのインストールガイド

  • カーソル設定を開く
  • 機能に移動 -> MCPサーバーを追加
  • 次のコマンドを追加します。
    env COMPOSIO_API_KEY=<composio_api_key> env COMPOSIO_APPS=gmail,linear node /path/to/composio-mcp-server/build/index.js
  • /path/to/composio-mcp-serverリポジトリをクローンした実際のパスに置き換えます。
  • <composio_api_key> composio API キーに置き換えます
-
security - not tested
A
license - permissive license
-
quality - not tested

Gmail や Linear などの Composio アプリケーションへの MCP 互換アクセスを提供し、言語モデルの構造化インターフェースを介した対話を可能にするサーバー実装。

  1. Overview
    1. Prerequisites
      1. Installation
        1. Installation guide for composer
          ID: t0sevbihnh