MCP.so
登录

yapi-mcp-server

@zoeminghong

关于 yapi-mcp-server

Yapi MCP Server

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

zoeminghong

提交者

葛佳兴

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Create new text notes

概览

What is yapi-mcp-server?

yapi-mcp-server is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for accessing notes, a tool for creating new notes, and prompts for generating summaries.

How to use yapi-mcp-server?

Install dependencies with npm install, build with npm run build, and configure the server in your MCP client (e.g., Claude Desktop) by adding the server’s build path to claude_desktop_config.json. Use the create_note tool with title and content parameters to create notes, and the summarize_notes prompt to generate a summary of all stored notes.

Key features of yapi-mcp-server

  • List and access notes via note:// URIs with metadata.
  • Create new text notes using the create_note tool.
  • Generate structured summaries of all notes via the summarize_notes prompt.
  • Built with TypeScript for reliable MCP integration.

Use cases of yapi-mcp-server

  • Storing and retrieving simple text notes through MCP.
  • Demonstrating how to implement resources, tools, and prompts in an MCP server.
  • Providing a reference for developers building MCP-based note-taking applications.

FAQ from yapi-mcp-server

What does the server do?

It manages a collection of text notes with titles and metadata, allowing an LLM to create, read, and summarize notes via MCP.

What are the dependencies and runtime requirements?

The server requires Node.js and npm. Dependencies are installed via npm install and the server is built with npm run build.

Where are the notes stored?

Notes are stored in server state (in memory) and are not persisted across sessions.

What transport does it use?

The server communicates over stdio, as is standard for MCP servers.

How can I debug the server?

Use the built-in MCP Inspector by running npm run inspector, which provides a URL for debugging tools in a browser.

评论

其他 分类下的更多 MCP 服务器