The Feishu Integration for AI Encoding Agents is an MCP server designed to provide Feishu-related operations to AI encoding agents, such as Cursor. This integration enables functionalities like reading documents, sending messages, contract approvals, and data processing, offering unique combinations of operations.
To run the MCP service, you need to create a custom application and publish it. Follow the Feishu API Call Guide for detailed instructions.
After creating the application, authorize it for document access. This step is crucial and can be complex. Refer to the Feishu Documentation for guidance on adding permissions.
.env.example to .env..env with your Feishu application's APP_ID and APP_SECRET.bash
yarn install
yarn startget_feishu_docRetrieve and process text information from Feishu documents.

This project provides Feishu-related operations to AI encoding agents, enhancing their capabilities with document reading, message sending, contract approvals, and data processing.