Stats
Actions
Tags
From content-create
Connects to Lark Suite API for collaboration, messaging, user management, and organization data. Runs locally as stdio subprocess, requires LARK_APP_ID and LARK_APP_SECRET for OAuth.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lark-mcp": {
"command": "npx",
"args": [
"-y",
"@larksuiteoapi/lark-mcp",
"mcp",
"-a",
"${LARK_APP_ID}",
"-s",
"${LARK_APP_SECRET}",
"--oauth"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub xyzbit/claude-plugins --plugin content-create