← Browse

@lzsheng/yapi-auto-mcp

MCP server package yapi-auto-mcp

mcp_servermcp

Install

agr install @lzsheng/yapi-auto-mcp --target claude

This artifact does not publish files for Claude.

Document

{ "name": "yapi-auto-mcp", "version": "0.1.3", "description": "YApi Auto MCP Server - Model Context Protocol server for YApi integration, enables AI tools like Cursor to interact with YApi API documentation", "main": "dist/index.js", "bin": { "yapi-mcp": "./dist/cli.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc && tsc-alias", "type-check": "tsc --noEmit", "start": "node dist/index.js", "start:cli": "cross-env NODE_ENV=cli node dist/index.js", "start:http": "node dist/index.js", "dev": "cross-env NODE_ENV=development tsx watch src/index.ts", "dev:cli": "cross-env NODE_ENV=development tsx watch src/index.ts --stdio", "lint": "eslint . --ext .ts", "format": "prettier --write "src/**/*.ts"", "inspect": "pnpx @modelcontextprotocol/inspector", "prepare": "pnpm run build && chmod +x ./dist/cli.js", "pub:release": "pnpm build && npm publish" }, "engines": { "node": "^20.17.0" }, "repository": { "type": "git", "url": "https://github.com/lzsheng/Yapi-MCP.git" }, "keywords": [ "yapi", "mcp", "typescript", "model-context-protocol", "api-documentation", "cursor", "ai-tools", "api-management", "yapi-integration", "claude", "anthropic", "ai-assistant", "interface-management", "api-design", "documentation-tool" ], "author": "liangzhensheng 372959130@qq.com", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "@types/yargs": "^17.0.33", "axios": "^1.7.9", "dotenv": "^16.4.7", "express": "^4.21.2", "remeda": "^2.20.1", "yargs": "^17.7.2", "zod": "^3.24.2" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^20.17.32", "@typescript-eslint/eslint-plugin": "^8.24.0", "@typescript-eslint/parser": "^8.24.0", "cross-env": "^7.0.3", "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "prettier": "^3.5.0", "tsc-alias": "^1.8.10", "tsx": "^4.19.3", "typescript": "^5.7.3" } }

Trust

Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.

Versions

  • git-5673ad865ed52026-08-05