Back to Apps

YApi MCP Pro
Supports UIby guocong-bincai
Professional MCP server for YApi interface management, allowing AI editors to manage API lifecycles directly.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI editors like Cursor and Claude Desktop to YApi interface management platforms. It allows the AI to perform full lifecycle management of API interfaces, including CRUD operations and project organization.
Tools
yapi_get_api_desc: Retrieves detailed definition of a specific API interface.yapi_save_api: Creates or updates API interfaces within a project.yapi_search_apis: Multi-dimensional search for interfaces across projects.yapi_list_projects: Lists all accessible YApi projects.yapi_run_interface: Executes API test requests directly via the server.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"yapi-mcp-pro": {
"command": "npx",
"args": ["-y", "yapi-mcp-pro"],
"env": {
"YAPI_BASE_URL": "http://your-yapi-server.com",
"YAPI_TOKEN": "your_cookie_or_token",
"NODE_ENV": "cli"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y yapi-mcp-proInformation
- Pricing
- free
- Published
- 6/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry: {"yapi-mcp-pro": {"command": "npx", "args": ["-y", "yapi-mcp-pro"], "env": {"YAPI_BASE_URL": "http://your-yapi-server.com", "YAPI_TOKEN": "your_token", "NODE_ENV": "cli"}}}Claude Desktop
{"mcpServers": {"yapi-mcp-pro": {"command": "npx", "args": ["-y", "yapi-mcp-pro"], "env": {"YAPI_BASE_URL": "http://your-yapi-server.com", "YAPI_TOKEN": "your_token", "NODE_ENV": "cli"}}}}





