MCP.so
ログイン
J

Jiang Feishu Mcp

@upJiang

Jiang Feishu Mcp について

概要はまだありません

基本情報

カテゴリ

コミュニケーション

トランスポート

stdio

公開者

upJiang

投稿者

俊锋 江

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "jiang-feishu-mcp": {
      "type": "http",
      "url": "http://localhost:7777/mcp"
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Jiang Feishu Mcp?

Jiang Feishu Mcp is a Model Context Protocol (MCP) server that connects to Feishu (Lark) documents. It allows AI clients (such as Cursor) to access Feishu document spaces and document lists directly.

How to use Jiang Feishu Mcp?

Install from source using git clone, pnpm install, and pnpm start. Configure a .env file with your Feishu app credentials (App ID and App Secret). The server runs on port 7777 by default. In Cursor, add a new MCP Server with URL http://localhost:7777/mcp. Then use the tools list-spaces and list-documents.

Key features of Jiang Feishu Mcp

  • Retrieve a list of all Feishu cloud document spaces
  • List documents within a specific space
  • Connects to AI clients via the MCP protocol
  • Simple setup with environment variable configuration

Use cases of Jiang Feishu Mcp

  • List all document spaces in your Feishu account from within Cursor
  • List documents belonging to a specific space using its space ID
  • Integrate Feishu document access into AI‑powered workflows

FAQ from Jiang Feishu Mcp

What is MCP?

MCP (Model Context Protocol) is a protocol that connects custom services with LLM clients (e.g., Claude, Cursor), allowing AI to call and use service functions directly.

What credentials are required?

You need a Feishu App ID and App Secret from an enterprise self‑built application created on the Feishu Open Platform. The app must have cloud document read permissions enabled.

What are the runtime dependencies?

Node.js and TypeScript, along with the MCP SDK, Express, and the Feishu Open API.

Where does the server run?

The server runs locally on port 7777 (configurable via the PORT environment variable). All data stays within your Feishu account; documents are accessed via Feishu’s APIs.

What transport/protocol does it use?

It uses HTTP via the MCP protocol. The endpoint is http://localhost:7777/mcp.

コメント

「コミュニケーション」の他のコンテンツ