lark-base-mcp-node-server

Lark-Base-Team/lark-base-mcp-node-server

3.4

If you are the rightful owner of lark-base-mcp-node-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server that provides read and write access to Feishu Base databases.

Tools

Functions exposed to the LLM to take actions

list_tables

Lists all tables in a base

list_records

Lists records from a specified table

get_record

Gets a specific record by ID

create_record

Creates a new record in a table

update_record

Updates a record in a table

delete_record

Deletes a record from a table

create_table

Creates a new table in a base

update_table

Updates a table's name

delete_table

Deletes a table

list_fields

Lists all fields in a table

create_field

Creates a new field in a table

update_field

Updates a field in a table

delete_field

Deletes a field from a table

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources