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"
}
}
}
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
PureScript MCP Server
An MCP server offering PureScript development tools for AI assistants. Requires Node.js and the PureScript compiler for full functionality.
Software Planning Tool
A tool for structured software development planning, helping to break down projects into tasks and track progress.
Rongda MCP Server
An MCP server for Rongda that supports authentication through environment variables.
Sentry MCP Server
An MCP server for interacting with the Sentry error tracking and performance monitoring platform.
Claude-FAF-MCP
Only Persistent Project Context MCP Server - Official Anthropic Registry
NMAP
Perform network scanning and security auditing using the NMAP utility.
NodeMCU MCP
An MCP service for managing NodeMCU (ESP8266) IoT devices.
Svelte Documentation
Remote server (SSE/Streamable) for the latest Svelte and SvelteKit documentation
Nereid - Mermaid charts
Create and explore Mermaid diagrams in collaboration with AI agents
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.