{
  "name": "feishu-user-plugin",
  "displayName": "Feishu MCP for Claude Code & Codex",
  "description": "All-in-one Feishu MCP server + CLI tool for Claude Code / Codex / Cursor / scripts — 85 tools across 3 auth layers (cookie / app / OAuth). Send as you, read groups, manage docs / bitable / wiki / drive / calendar / tasks / OKR.",
  "version": "1.4.0",
  "author": {
    "name": "EthanQC"
  },
  "homepage": "https://ethanqc.github.io/feishu-user-plugin/",
  "repository": "https://github.com/EthanQC/feishu-user-plugin",
  "license": "MIT",
  "category": "Communication",
  "keywords": ["feishu", "lark", "mcp", "claude-code", "codex"],
  "mcpServers": {
    "feishu-user-plugin": {
      "command": "npx",
      "args": ["-y", "feishu-user-plugin"],
      "env": {
        "LARK_COOKIE": "${LARK_COOKIE}",
        "LARK_APP_ID": "${LARK_APP_ID}",
        "LARK_APP_SECRET": "${LARK_APP_SECRET}",
        "LARK_USER_ACCESS_TOKEN": "${LARK_USER_ACCESS_TOKEN}",
        "LARK_USER_REFRESH_TOKEN": "${LARK_USER_REFRESH_TOKEN}"
      }
    }
  }
}
