YAPI MCP Server
An MCP server for accessing YAPI interface details, configured via environment variables.
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
- Clone this repository
- Install dependencies:
npm install
- Create a
.envfile 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 Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Docker MCP server
Manage Docker containers, volumes, and services using natural language commands.
drawdb-mcp
DrawDB + MCP server
CodeToPrompt MCP Server
An MCP server for the codetoprompt library, enabling integration with LLM agents.
Ethereum Tools for Claude
A comprehensive toolkit for Ethereum blockchain analysis directly within Claude AI.
Swagger MCP Server
An example MCP server for deployment on Cloudflare Workers without authentication.
MockMCP
Create mock MCP servers instantly for developing and testing agentic AI workflows.
MCP Simple Server
A simple MCP server with streamable HTTP transport that supports basic math tools like add and multiply.
Python Local
An interactive Python REPL environment with persistent session history.
Figma MCP Server
Enables AI assistants to interact with Figma via WebSocket for reading data and design analysis.
MCP Demo Server
A reference implementation of a Model Context Protocol (MCP) server with example tools, prompts, and resources.