Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yapi": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-yapi"
],
"env": {
"YAPI_URL": ""
}
}
}
}