yapi
Yapi MCP Server
How to use
Yapi is a robust Model Context Protocol (MCP) server designed to facilitate seamless communication between various application components. By enabling developers to define and manage context models, Yapi allows for enhanced data sharing and integration, making it an essential tool for modern application architectures.
Once you are connected to the Yapi MCP server, you can interact with it by sending context model definitions, updates, and queries. You can utilize standard MCP commands to register new models or retrieve existing data. For optimal performance, focus on structured queries that leverage the defined model schemas, ensuring that your requests are well-formed to avoid errors.
How to install
Prerequisites
- Ensure you have Node.js installed on your machine. You can download it from Node.js official website.
Option A: Quick start with npx
If you want to quickly start using Yapi without a global install, you can run:
npx -y zoeminghong/yapi-mcp-server
Option B: Global install alternative
To install Yapi globally, use the following command:
npm install -g zoeminghong/yapi-mcp-server
Additional notes
When configuring Yapi, ensure you set the appropriate environment variables for context models. Common variables include YAPI_MODEL_PATH for defining the model storage location. A frequent issue users encounter is related to model schema mismatches, so always validate your model definitions before deployment.
Related MCP Servers
time
⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
mcp-manager
A web-based GUI tool for managing Model Context Protocol (MCP) servers in Claude and Cursor
unity-editor
An MCP server and client for LLMs to interact with Unity Projects
website-publisher
AI Website builder and publisher MCP. Quickly publish and deploy your AI generated code as real website URL. Support html, css, js, python etc.
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.
xgmem
Global Memory MCP server, that manage all projects data.