XueMCP

XueMCP

3.1

If you are the rightful owner of XueMCP 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-feishu is a TypeScript-based MCP server designed to record notes to Feishu, demonstrating core MCP concepts.

The mcp-server-feishu is a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system. It is designed to record notes to Feishu and demonstrates core MCP concepts by providing resources representing text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of notes. The server allows users to list and access notes via `note://` URIs, where each note has a title, content, and metadata. It supports plain text mime type for simple content access. The server includes a tool for creating new text notes, which requires a title and content as parameters and stores the note in the server state. Additionally, it offers a prompt for generating a summary of all stored notes, which includes all note contents as embedded resources and returns a structured prompt for LLM summarization.

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 a summary of all stored notes, including all note contents as embedded resources.

Tools

  1. create_note

    Create new text notes with title and content as required parameters.