Mcp Server Feishu
@sanweiw
About Mcp Server Feishu
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-feishu": {
"command": "npx",
"args": [
"-y",
"@xueaimcp/mcp-server-feishu"
],
"env": {
"FEISHU_APP_ID": "cli_a768a7c5b0a7101c",
"FEISHU_APP_SECRET": "3uKtbKpUmEu0PSRCh3G1zhgxyjGjozou",
"FEISHU_APP_TOKEN": "JjT1btzyza5yHksoQsGcrtsNn5e",
"FEISHU_TABLE_ID": "tbls1O9t1QIqWHeN"
}
}
}
}Tools
1Write a note to feishu
Overview
What is mcp-server-feishu?
mcp-server-feishu is a TypeScript‑based MCP server that records notes to Feishu (Lark). It provides tools to create notes, resources to access notes via note:// URIs, and prompts to summarize all stored notes. The server is intended for users who want to integrate note‑taking with an MCP‑enabled AI assistant and the Feishu collaboration platform.
How to use mcp-server-feishu?
Install dependencies with npm install, build the server with npm run build, and add the configuration to Claude Desktop’s claude_desktop_config.json. Provide the required Feishu credentials (FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_APP_TOKEN, FEISHU_TABLE_ID). For development with auto‑rebuild use npm run watch; for debugging use the MCP Inspector via npm run inspector.
Key features of mcp-server-feishu
- List and access notes via
note://URIs - Each note has a title, content, and metadata
- Create new text notes with the
create_notetool - Generate a summary of all stored notes with the
summarize_notesprompt
Use cases of mcp-server-feishu
- Record meeting notes directly to Feishu using a conversational AI
- Store and retrieve personal notes linked to a Feishu table
- Automatically summarize a collection of notes with an LLM prompt
FAQ from mcp-server-feishu
What Feishu credentials are required?
The configuration requires FEISHU_APP_ID, FEISHU_APP_SECRET, FEISHU_APP_TOKEN, and FEISHU_TABLE_ID.
How do I debug the server?
Run npm run inspector. The Inspector provides a URL to access debugging tools in your browser.
What runtime does the server require?
The server is built with TypeScript and runs on Node.js. It communicates over stdio with the MCP host.
Does the server store notes permanently?
The README indicates notes are stored in server state and are connected to Feishu via the provided credentials; persistence depends on the Feishu table.
More Communication MCP servers
飞书MCP服务器
sdd330MCP server provides feishu related operations
Telegram MCP Server
kfastovTelegram user console client and archiver
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Outlook MCP Server
Wallisking1991
Slack
modelcontextprotocolModel Context Protocol Servers
Comments