mcp-server-feishu

border1px/mcp-server-feishu

3.2

If you are the rightful owner of mcp-server-feishu and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The mcp-server-yuque is a TypeScript-based MCP server designed to manage and summarize text notes, demonstrating core MCP concepts.

The mcp-server-yuque is a TypeScript-based Model Context Protocol (MCP) server that provides a simple notes system. It allows users to create, list, and access text notes using URIs, and includes tools for generating summaries of these notes. Each note is represented as a resource with a title, content, and metadata, and can be accessed via a `note://` URI. The server supports plain text mime types for straightforward content access. It also includes a tool for creating new notes and a prompt for summarizing all stored notes, which can be used for LLM summarization. The server is designed to be integrated with platforms like Claude Desktop and includes development scripts for building and debugging.

Features

  • Resources: List and access notes via `note://` URIs, with each note having a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes, requiring title and content as parameters.
  • Prompts: `summarize_notes` prompt for generating summaries of all stored notes, returning structured prompts for LLM summarization.

Tools

  1. create_note

    Tool for creating new text notes with title and content.