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"
}
}
}
İlgili Sunucular
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
DeepInfra API
Provides a full suite of AI tools via DeepInfra’s OpenAI-compatible API, including image generation, text processing, embeddings, and speech recognition.
Figma Context MCP
Extract code, assets, and component structures from Figma designs to use within AI workflows.
MCP-Portainer Bridge
Manage Docker containers through the Portainer API.
WordPress MCP
A Python MCP server for interacting with a local WordPress instance.
Placid.app
Generate images and videos from templates using the Placid.app API.
MalwareAnalyzerMCP
Execute terminal commands for malware analysis. Requires Node.js 18 or higher.
Cycode
Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning with Cycode.
MCP Manager
An interactive CLI tool for managing MCP server configurations in the current directory.
Authless MCP Server Example
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
QA Sphere
Integration with QA Sphere test management system, enabling LLMs to discover, summarize, and interact with test cases directly from AI-powered IDEs