openapi-mcp
Provides tools to load and explore OpenAPI/Swagger specifications, including searching endpoints, inspecting schemas, and retrieving operations from a given API spec.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openapi-mcpload the Petstore API spec"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenApi MCP
MCP server for loading and exploring OpenAPI/Swagger specifications. Lets AI assistants browse API contracts dynamically — load any OpenAPI spec, search endpoints, inspect schemas, and retrieve operations — without needing the spec in-context.
Usage
Manually
Add to your MCP client config:
{
"mcpServers": {
"openapi-mcp": {
"command": "npx",
"args": ["-y", "@ceski23/openapi-mcp"]
}
}
}Via AI agent
Ask your AI assistant to add it:
Add the MCP server
@ceski23/openapi-mcpto my config. Run it withnpx -y @ceski23/openapi-mcpvia stdio.
Most assistants can modify your MCP config file directly.
Related MCP server: OpenAPI MCP Server
Tools
Tool | Description |
| Load an OpenAPI/Swagger spec from a URL or file path. Returns a |
| Search operations by operationId, path, summary, tags, or description. |
| Get full details for a specific operation by operationId. |
| Get all HTTP methods defined on a specific path. |
| Search schema/definition names. |
| Get a fully dereferenced schema by name. |
| Search both operations and schemas in one call. |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ceski23/openapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server