YAPI MCP Server - Secure MCP Server by ALMC Security 2025

YAPI MCP Server

View on GitHub

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:
npm install
  1. Create a .env file in the root directory with the following variables:
YAPI_BASE_URL=http://your-yapi-instance.com
YAPI_TOKEN=your-token-here
YAPI_PROJECT_ID=your-project-id

Usage

Start the server:

npm start

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

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

Related in Development - Secure MCP Servers

ServerSummaryActions
AI Image Generation基于火山引擎(抖音豆包)的图像生成服务,专门设计用于与 Cursor MCP 服务集成。支持自定义图片宽高比、保...View
DALL-E Image GeneratorAn MCP (Model Context Protocol) server for generating images using OpenAI's DALL-E API.View
MCP Swagger ServerView
CodeSeekerAdvanced code search and transformation for AI assistantsView
Everything MCP ServerThis MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be...View
Unstructured API MCP ServerAn MCP server implementation for interacting with the Unstructured API. This server provides tools t...View