Swagger MCP Server
@marcin-sucharski
关于 Swagger MCP Server
暂无概览
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"swagger-mcp-server-marcin-sucharski": {
"command": "npx",
"args": [
"swagger-mcp-server",
"<config-file>"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Swagger MCP Server?
A Model Context Protocol server that exposes Swagger/OpenAPI-defined APIs, making them accessible to AI agents.
How to use Swagger MCP Server?
Install the package globally with npm install -g swagger-mcp-server or use it directly with npx. Create a JSON configuration file listing the Swagger endpoints (each with a unique name and the url to the Swagger/OpenAPI JSON definition), then run the server with swagger-mcp-server <config-file>.
Key features of Swagger MCP Server
- Exposes Swagger/OpenAPI endpoints via Model Context Protocol.
- Simple JSON configuration for one or multiple endpoints.
- Can be used globally or on-the-fly with npx.
- Makes REST APIs accessible to AI agents without custom code.
- Easy to run and integrate into existing toolchains.
Use cases of Swagger MCP Server
- Enable AI agents to query live REST APIs documented with Swagger.
- Give language models real-time access to your organization’s API catalog.
- Rapidly prototype AI assistants that interact with existing API definitions.
- Expose third-party Swagger APIs to AI workflows without building adapters.
FAQ from Swagger MCP Server
How do I install Swagger MCP Server?
Install globally with npm install -g swagger-mcp-server or use it directly with npx without installing.
How do I configure Swagger MCP Server?
Create a JSON configuration file with an endpoints array. Each endpoint object requires a unique name and a url pointing to a Swagger/OpenAPI JSON definition.
Can I use Swagger MCP Server without installing globally?
Yes, you can run it using npx: npx swagger-mcp-server <config-file>.
How do I develop or build Swagger MCP Server locally?
Use npm run build to build the project and npm run run to start it locally.
常见问题
How do I install Swagger MCP Server?
Install globally with `npm install -g swagger-mcp-server` or use it directly with npx without installing.
How do I configure Swagger MCP Server?
Create a JSON configuration file with an `endpoints` array. Each endpoint object requires a unique `name` and a `url` pointing to a Swagger/OpenAPI JSON definition.
Can I use Swagger MCP Server without installing globally?
Yes, you can run it using npx: `npx swagger-mcp-server <config-file>`.
How do I develop or build Swagger MCP Server locally?
Use `npm run build` to build the project and `npm run run` to start it locally.
基本信息
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论