Skip to content
Grok

feishu user plugin for Grok

io.github.zhuzhen-team/feishu-user-plugin

Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.

client:Grok transport:stdio runtime:npm

Install feishu user plugin in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "feishu-user-plugin": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

feishu user plugin in other clients