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.

评论

沟通协作 分类下的更多 MCP 服务器