Agent Plugins Marketplace
All plugins

feishu-lark

v1.0.0-ghast.2

Work with documents, Base tables, chats, calendars and tasks through the official Feishu / Lark OpenAPI MCP.

Agent Plugins1 Skill1 MCP serverstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/feishu-lark/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/feishu-lark/
├── plugin.json
├── skills/feishu-lark/SKILL.md
└── mcp.json

Included Skills1

feishu-larkskills/feishu-lark/SKILL.md

Use Feishu / Lark in Ghast. Work with documents, Base tables, chats, calendars and tasks through the official Feishu / Lark OpenAPI MCP. 通过飞书/Lark 官方 OpenAPI MCP 处理文档、多维表格、群聊、日历与任务。

MCP servers1

feishu-larkstdio
command
npx
args
-y @larksuiteoapi/[email protected] mcp -t preset.default,preset.calendar.default,preset.task.default
cwd
${PLUGIN_DATA}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/feishu-lark/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "feishu-lark",
  "version": "1.0.0-ghast.2",
  "description": "Work with documents, Base tables, chats, calendars and tasks through the official Feishu / Lark OpenAPI MCP.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/larksuite/lark-openapi-mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://github.com/larksuite/lark-openapi-mcp",
      "connectorPublisher": "Feishu / Lark",
      "category": "productivity",
      "icon": "./assets/icon.png",
      "displayName": "Feishu / Lark",
      "descriptions": {
        "en": "Work with documents, Base tables, chats, calendars and tasks through the official Feishu / Lark OpenAPI MCP.",
        "zh-CN": "通过飞书/Lark 官方 OpenAPI MCP 处理文档、多维表格、群聊、日历与任务。"
      },
      "mcpServerExtensions": {
        "feishu-lark": {
          "credentialEnv": {
            "APP_ID": "$VAULT:feishu-lark-app-id",
            "APP_SECRET": "$VAULT:feishu-lark-app-secret",
            "USER_ACCESS_TOKEN": "$VAULT:feishu-lark-user-token"
          },
          "optionalCredentials": [
            "feishu-lark-user-token"
          ]
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[feishu-lark on Agent Plugins Marketplace](https://pluginsmp.com/plugins/feishu-lark)