XueMCP
0
The MCP server Feishu is a TypeScript-based Model Context Protocol server that provides a simple notes system. Its key features include the ability to create and manage text notes, and to generate summaries of these notes for integration with language models.
mcp-server-feishu MCP Server
This is a TypeScript-based MCP server designed to implement a simple notes system. It includes:
- Resources: Access notes via
note://
URIs with title, content, and metadata. - Tools: Create new notes with required title and content.
- Prompts: Generate summaries of stored notes with structured prompts for LLM.
Features
- List and access notes using unique URIs.
- Store notes with metadata in plain text.
- Create and manage notes through server tools.
- Generate summaries using structured prompts for machine learning integration.