Feishu/Lark MCP server + CLI tool. 85 tools, 3 auth layers. Send as user via cookie+protobuf.
claude mcp add feishu-user-plugin -- npx -y feishu-user-plugin
claude_desktop_config.json
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"feishu-user-plugin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"feishu-user-plugin": {
"command": "npx",
"args": [
"-y",
"feishu-user-plugin"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.zhuzhen-team--feishu-user-plugin/reviews or the review_server meta-tool.
POST /mcp