
Lark
STDIOMCP server for integrating LLMs with Lark/Feishu APIs and employee information lookup
MCP server for integrating LLMs with Lark/Feishu APIs and employee information lookup
A Model Context Protocol (MCP) server that integrates with Lark/Feishu APIs, allowing LLMs to interact with Lark services.
npm install npm run build
You can run the server in two ways:
npx lark-mcp <app_id> <app_secret>
Replace <app_id>
and <app_secret>
with your Lark application credentials.
export LARK_APP_ID=your_app_id export LARK_APP_SECRET=your_app_secret npx lark-mcp
Retrieves employee information using their ID.
Example usage in Claude:
Please look up employee information for ID 12345
npm install
npm run build
npm run dev
The server prioritizes credentials in the following order:
MIT