- Jiang Feishu Mcp
What is Jiang Feishu MCP?
Jiang Feishu MCP is a Model Context Protocol (MCP) service designed to connect with Feishu documents, allowing direct access to document spaces and lists from AI clients like Cursor.
How to use Jiang Feishu MCP?
To use Jiang Feishu MCP, clone the repository, install dependencies, and start the service. Configure your Feishu application credentials in a .env file before running the server.
Key features of Jiang Feishu MCP?
- Retrieve a list of all cloud document spaces in Feishu.
- Access documents within a specified space.
- Seamless integration with AI clients via the MCP protocol.
Use cases of Jiang Feishu MCP?
- Listing all document spaces in Feishu for easy navigation.
- Accessing specific documents based on user queries.
- Integrating Feishu document functionalities into AI applications.
FAQ from Jiang Feishu MCP?
- What is MCP?
MCP (Model Context Protocol) is a protocol that connects custom services with various LLM clients, allowing direct calls to service functionalities.
- How do I configure my Feishu application credentials?
You need to create a
.envfile and fill in your Feishu App ID and App Secret after creating an application on the Feishu Open Platform.
- What technologies are used in this project?
The project uses Node.js, TypeScript, MCP SDK, and Express to provide HTTP services.