feishu-mcp

飞书全能 MCP - 创建/编辑文档、插入图表、管理表格、搜索知识库。整合社区版+官方 MCP,适配 Moltbot/Clawdbot。

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-mcp" with this command: npx skills add alexanys/feishu-mcp/alexanys-feishu-mcp-feishu-mcp

飞书全能 MCP

整合社区版 feishu-mcp(文档编辑)+ 官方 lark-mcp(多维表格/搜索),让 Clawdbot 完整操作飞书。

快速配置

curl -fsSL https://raw.githubusercontent.com/AlexAnys/feishu-mcp/main/setup.sh | bash

三个 MCP 服务

服务来源能力
feishu社区版创建/编辑文档、图表、图片
lark官方多维表格、发消息
lark-user官方搜索文档、读取知识库

主要工具

文档操作 (feishu)

# 创建文档
mcporter call feishu.create_feishu_document --args '{"title":"新文档"}'

# 添加内容
mcporter call feishu.batch_create_feishu_blocks --args '{"document_id":"xxx","blocks":[...]}'

# 插入表格
mcporter call feishu.create_feishu_table --args '{"document_id":"xxx","rows":3,"cols":3}'

多维表格 (lark)

# 创建表格
mcporter call lark.bitable_v1_app_create --args '{"data":{"name":"项目表"}}'

# 写入记录
mcporter call lark.bitable_v1_appTableRecord_create --args '{"path":{"app_token":"xxx","table_id":"xxx"},"data":{"fields":{"标题":"任务1"}}}'

搜索 (lark-user)

# 搜索文档
mcporter call lark-user.docx_builtin_search --args '{"data":{"search_key":"会议","count":5}}'

# 读取内容
mcporter call lark-user.docx_v1_document_rawContent --args '{"path":{"document_id":"xxx"}}'

# 搜索知识库
mcporter call lark-user.wiki_v1_node_search --args '{"data":{"query":"入职"}}'

权限配置

飞书开放平台开通:

  • docx:document - 读写文档
  • drive:drive - 云空间
  • wiki:wiki - 知识库
  • bitable:app - 多维表格
  • search:docs:read - 搜索

重定向 URL:

  • http://localhost:3000/callback
  • http://localhost:3333/callback

详细文档

https://github.com/AlexAnys/feishu-mcp

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

feishu-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated