Used by 2 plugins
飞书(Lark)集成,用于文档协作和任务管理。
Connects to Feishu to manage documents, spreadsheets, and team collaboration data.
Add to your .mcp.json:
{
"mcpServers": {
"feishu": {
"command": "python3",
"args": [
"/Users/mac/Desktop/test/feishu-integration/mcp-server/index.py"
],
"env": {
"FEISHU_APP_ID": "cli_a9e4652af5f89cca",
"FEISHU_APP_SECRET": "4OazKFCmZTT4cjlwK0ecAhr3eAaJ7dhH"
}
}
}
}Replace placeholder values for: FEISHU_APP_SECRET
This MCP server needs API keys or credentials. Configure them in your environment before use.
python3FEISHU_APP_ID=cli_a9e4652af5f89ccaFEISHU_APP_SECRET=4OazKFCmZTT4cjlwK0ecAhr3eAaJ7dhH