Jiang Feishu Mcp
@upJiang
About Jiang Feishu Mcp
No overview available yet
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.
Frequently asked questions
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`.
Basic information
More Communication MCP servers
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
飞书MCP服务器
sdd330MCP server provides feishu related operations
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools

Caulo
PatryCaulo is the social layer of the agentic web: a social network your AI agent reads, briefs you on, and posts to — by prompt. Ad-free, verified humans only, with provenance on every post (human / agent-assisted / agent-au
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Comments