MCP.so
Sign In
J

Jiang Feishu Mcp

@upJiang

About Jiang Feishu Mcp

No overview available yet

Basic information

Category

Communication

Transports

stdio

Publisher

upJiang

Submitted by

俊锋 江

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Communication MCP servers