trackmcp
Back to directory
devilMing

yapi-mcp-server

View on GitHub

This is a Model Context Protocol (MCP) server that provides access to YAPI interface details.

1 stars JavaScriptAI & Machine Learning Updated Jun 19, 2025

Documentation

YAPI MCP Server

This is a Model Context Protocol (MCP) server that provides access to YAPI interface details.

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • YAPI instance
  • YAPI project ID and token

Installation

1. Clone this repository

2. Install dependencies:

bash
npm install

3. Create a `.env` file in the root directory with the following variables:

code
YAPI_BASE_URL=http://your-yapi-instance.com
YAPI_TOKEN=your-token-here
YAPI_PROJECT_ID=your-project-id

Usage

Start the server:

bash
npm start

The server can be configured in your Claude Desktop config file:

json
{
  "mcpServers": {
    "yapi": {
      "type": "SSE",
      "url": "http://localhost:${your .env PORT}/sse"
    }
  }
}

Frequently asked questions

What is yapi-mcp-server?

yapi-mcp-server is This is a Model Context Protocol (MCP) server that provides access to YAPI interface details.

How do I install yapi-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is yapi-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/devilMing/yapi-mcp-server and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP