Stats
Actions
Tags
From lark
An MCP server that dynamically multiplexes multiple tool, resource, and prompt sub-servers from a configurable list. Runs locally via Bun.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lark": {
"command": "npm",
"args": [
"run",
"--silent",
"--prefix",
"${CLAUDE_PLUGIN_ROOT}",
"start"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npmCommand-line arguments passed to the server process
npx claudepluginhub is908/claude-lark-plugin --plugin lark