Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Feishu Bitable Server

FreeNot checked

Enables interacting with Feishu (Lark) multidimensional tables through MCP tools. Supports listing tables, reading records, searching records and apps, and gett

GitHubEmbed

About

Enables interacting with Feishu (Lark) multidimensional tables through MCP tools. Supports listing tables, reading records, searching records and apps, and getting views.

README

基于 Nuxt + TypeScript 的飞书多维表格 MCP 服务器。

功能

  • 列出多维表格中的所有数据表
  • 读取数据表记录
  • 搜索记录
  • 按名称搜索多维表格
  • 获取数据表视图

安装

# 安装依赖
pnpm install

# 复制环境变量配置
cp .env.example .env

# 编辑 .env,填入你的飞书应用凭证

配置

.env 文件中配置:

FEISHU_APP_ID=cli_xxxxxxxxxxxxxxxx
FEISHU_APP_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

获取方式:

  1. 访问 飞书开放平台
  2. 创建企业自建应用
  3. 开启 "多维表格" 权限
  4. 获取 App ID 和 App Secret

使用

作为 MCP 服务器运行

pnpm mcp

然后在 Claude Code 的 .claude.json 中配置:

{
  "mcpServers": {
    "feishu-bitable": {
      "command": "node",
      "args": ["--import", "tsx", "C:/Users/1/Desktop/feishu-mcp/server/mcp/index.ts"],
      "env": {
        "FEISHU_APP_ID": "cli_xxxxxxxxxxxxxxxx",
        "FEISHU_APP_SECRET": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

开发模式

pnpm dev

MCP 工具列表

工具名 说明
list_bitable_tables 获取多维表格中的所有数据表
list_bitable_records 读取数据表记录
search_bitable_records 搜索记录
search_bitable_apps 按名称搜索当前应用可访问的多维表格
get_bitable_views 获取数据表视图

示例

在 Claude Code 中使用:

帮我列出多维表格 bascnxxxxxxxx 的所有数据表
帮我读取 bascnxxxxxxxx 表格中 tblxxxxxxxx 表的前 100 条记录
帮我搜索名称里带 “test” 的多维表格

License

MIT

from github.com/011011100/feishu-mcp

Installing Feishu Bitable Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/011011100/feishu-mcp

FAQ

Is Feishu Bitable Server MCP free?

Yes, Feishu Bitable Server MCP is free — one-click install via Unyly at no cost.

Does Feishu Bitable Server need an API key?

No, Feishu Bitable Server runs without API keys or environment variables.

Is Feishu Bitable Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Feishu Bitable Server in Claude Desktop, Claude Code or Cursor?

Open Feishu Bitable Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Feishu Bitable Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs