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
MCP GatewayThe MCP gateway is a reverse proxy server that forwards requests from clients to the MCP server or u...View
ArchiveNetWhere AI memories live forever - A decentralized semantic memory platform powered by blockchain and...View
CodeRabbitA Model Context Protocol (MCP) server for interacting with CodeRabbit AI reviews on GitHub pull requ...View
OpenFGAManage and query your OpenFGA server using AI agents and tooling. Unlock the power of OpenFGA and Au...View
TypeScript Migrator MCPThis MCP server let you easily converts JavaScript files to TypeScript with AI agent.View
AIO-MCP ServerA powerful Model Context Protocol (MCP) server implementation with integrations for GitLab, Jira, Co...View