yapi-mcp-server

yapi-mcp-server

3.3

YAPI MCP Server provides access to YAPI interface details through a Model Context Protocol server.

The YAPI MCP Server is designed to facilitate seamless interaction with YAPI interface details by leveraging the Model Context Protocol (MCP). It acts as a bridge between YAPI instances and client applications, enabling efficient data retrieval and management. The server is built on Node.js and requires a YAPI instance, project ID, and token for operation. Once set up, it allows users to access YAPI data through a structured protocol, making it easier to integrate YAPI functionalities into various applications. The server supports Server-Sent Events (SSE) for real-time data updates, ensuring that clients receive the latest information without the need for constant polling.

Features

  • Real-time data updates via Server-Sent Events (SSE)
  • Easy integration with YAPI instances
  • Configurable through environment variables
  • Built on Node.js for robust performance
  • Supports structured data retrieval and management

Usage with Different Platforms

Node.js

bash
npm start

Claude Desktop


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