YApi Auto MCP Server - Model Context Protocol server for YApi integration, enables AI tools like Cursor to interact with YApi API documentation
| Tool name | Description | Destructive? |
|---|---|---|
| yapi_get_api_desc | ✓ no | |
| yapi_save_api | ✓ no | |
| yapi_search_apis | ✓ no | |
| yapi_list_projects | ✓ no | |
| yapi_get_categories | ✓ no |
{
"mcpServers": {
"yapi-auto": {
"command": "npx",
"args": [
"-y",
"yapi-auto-mcp"
]
}
}
}