Swagger Viewer
@xiezhuo0513
关于 Swagger Viewer
这是一个用于 Cursor 编辑器的 MCP 工具,可以帮助你快速查看和使用项目 Swagger API 文档。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"swagger-viewer": {
"command": "npx",
"args": [
"-y",
"@xc_angelwatch/swagger-viewer"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Swagger Viewer?
Swagger Viewer is an MCP server that integrates with Swagger/OpenAPI specifications, allowing users to initialize the tool, search API interfaces, generate client code, and retrieve all available endpoints.
How to use Swagger Viewer?
Configure your MCP client with the command and arguments provided (e.g., cmd /c npx -y @xc_angelwatch/swagger-viewer), then invoke the exposed tools: mcp_swagger_initialize, mcp_swagger_search, mcp_swagger_generate_code, and mcp_swagger_get_all_endpoints.
Key features of Swagger Viewer
- Initialize Swagger tool and load configuration
- Search API interfaces
- Generate interface call code
- Get all available endpoints
Use cases of Swagger Viewer
—
FAQ from Swagger Viewer
—
开发工具 分类下的更多 MCP 服务器
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论