t

test

dwf89044485/test
0 Stars 215 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "WTGQojsm962qHlq_uTqqX": {
      "args": [
        "-y",
        "@larksuiteoapi/lark-mcp",
        "mcp",
        "-a",
        "appid",
        "-s",
        "appsecret",
        "-u",
        "usertoken",
        "--bitable-app-token",
        "apptoken",
        "--bitable-table-id",
        "tableid"
      ],
      "baseUrl": "",
      "command": "npx",
      "isActive": true,
      "name": "feishu",
      "type": "stdio"
    }
  }
}

该服务需要配置环境变量:appid、appsecret、apptoken、tableid、usertoken

可用工具 (19 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

bitable_v1_app_create 2 个参数

[Feishu/Lark]-Docs-Base-App-Create a Base App-Create a base app in user-defined folder

该工具无需必填参数,直接调用即可

bitable_v1_appTable_create 3 个参数 需填 1 项

[Feishu/Lark]-Docs-Base-Table-Create table-Add a new table in Base, supporting the input of table name, view name, and fields

必填参数:path

bitable_v1_appTableField_list 3 个参数 需填 1 项

[Feishu/Lark]-Docs-Base-Field-List fields-Get all fields according to app_token and table_id

必填参数:path

bitable_v1_appTable_list 3 个参数 需填 1 项

[Feishu/Lark]-Docs-Base-Table-List all tables-According to app_token, get all tables under app

必填参数:path

bitable_v1_appTableRecord_create 4 个参数 需填 2 项

[Feishu/Lark]-Docs-Base-Record-Create a record-Create a record

必填参数:data、path

bitable_v1_appTableRecord_search 4 个参数 需填 1 项

[Feishu/Lark]-Docs-Base-Record-Search records-This api is used to query existing records in the table. A maximum of 500 rows of records can be queried at a time, and paging is supported

必填参数:path

bitable_v1_appTableRecord_update 4 个参数 需填 2 项

[Feishu/Lark]-Docs-Base-Record-Update a record-Update a record

必填参数:data、path

contact_v3_user_batchGetId 2 个参数

[Feishu/Lark]-Contacts-User-Obtain user ID via email or mobile number-Call this interface to obtain the ID (including user_id, open_id, union_id) and status information of one or more users through their mobile phone number or email address

该工具无需必填参数,直接调用即可

docx_v1_document_rawContent 3 个参数 需填 1 项

[Feishu/Lark]-Docs-Document-Document-Obtain the plain text content of the document-Obtains the plain text content of the document

必填参数:path

drive_v1_permissionMember_create 4 个参数 需填 3 项

[Feishu/Lark]-Docs-Permission-Member-Add permissions-Add collaborators to the specified cloud document. Collaborators can be users, groups, departments, user groups, etc

必填参数:data、params、path

im_v1_chat_create 2 个参数

[Feishu/Lark]-Group Chat-Group management-Create a group-Create a group chat. When creating a group chat, you can set the group avatar, group name, group owner, group type and other configurations. You can also invite group members and group bots to join the group

该工具无需必填参数,直接调用即可

im_v1_chat_list 2 个参数

[Feishu/Lark]-Group Chat-Group management-Obtain groups where the user or bot is a member-Get the list of groups where the user or bot represented by [access_token] is a member

该工具无需必填参数,直接调用即可

im_v1_chatMembers_get 3 个参数 需填 1 项

[Feishu/Lark]-Group Chat-Group member-Obtain group member list-Get the list of members of the group the user/bot is in

必填参数:path

im_v1_message_create 2 个参数 需填 2 项

[Feishu/Lark]-Messaging-Message management-Send message-Call this interface to send a message to a specified user or group chat. Supported message types include text, rich text, cards, group business cards, personal business cards, pictures, videos, audio, files, and emoticons

必填参数:data、params

im_v1_message_list 1 个参数 需填 1 项

[Feishu/Lark]-Messaging-Message management-Get chat history-Obtains chat history (chat records) of chats (including private chats and group chats)

必填参数:params

wiki_v1_node_search 3 个参数 需填 1 项

[Feishu/Lark]-Docs-Wiki-Search Wiki

必填参数:data

wiki_v2_space_getNode 2 个参数 需填 1 项

[Feishu/Lark]-Docs-Wiki-node-Get Wiki node information-Get wiki node inforamtion

必填参数:params

docx_builtin_search 2 个参数 需填 1 项

[Feishu/Lark]-Docs-Document-Search Document-Search cloud documents, only supports user_access_token

必填参数:data

docx_builtin_import 2 个参数 需填 1 项

[Feishu/Lark]-Docs-Document-Import Document-Import cloud document, maximum 20MB

必填参数:data

服务介绍

测试

相关 MCP 服务