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.
基本情報
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント