openapi-mcp-server
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-mcp-serverTurn this OpenAPI spec into MCP tools and resources"
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.
A production-oriented TypeScript library and runtime that converts OpenAPI documents into MCP services.
Features
Tools generated from OpenAPI operations
Prompts generated from API metadata and operations
Resources generated from the OpenAPI catalog
HTTP and STDIO MCP transports
Admin Web UI
Persistent runtime state
Stronger validation and safer request execution
Production-oriented structure for future SaaS evolution
Related MCP server: OpenMCP
Install
npm installBuild
npm run buildStart web runtime
npm run start -- serve --port 3000 --host 127.0.0.1Start STDIO runtime
node dist/cli.js serve --transport stdio --spec ./openapi.yamlDemo
npm run demoLibrary usage
import {
parseSpecContent,
generateTools,
generatePrompts,
generateResources,
buildMcpServer,
} from "openapi-mcp-production";CLI usage
Web mode
openapi-mcp serve \
--transport web \
--port 3000 \
--host 127.0.0.1 \
--api-key your-admin-keySTDIO mode
openapi-mcp serve \
--transport stdio \
--spec ./openapi.yaml \
--base-url https://api.example.comProduction notes
This version is production-oriented, but you should still add the following for SaaS deployment:
tenant isolation
database-backed project registry
rate limits
audit logs
RBAC
secure secret storage
upstream host allowlists
comprehensive test suites
full OpenAPI parameter serialization coverage
full requestBody content negotiation support
Project structure
src/core: spec parsing, operation traversal, tool generation, request building, executionsrc/mcp: MCP server creation and transportssrc/registry: prompts and resources registriessrc/runtime: runtime service registrysrc/server: admin HTTP serversrc/webui: browser UIsrc/config: persistence helpers
Web UI
The UI supports:
upload and paste OpenAPI documents
view tools, prompts, and resources
inspect runtime services
stop services
basic MCP debugging hints
SSE endpoint discovery
STDIO tooltip guidance
Important implementation policy
All source comments are written in American English.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
- typeshipOAuthdev.typeship
Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.
Create hosted MCP servers from any OpenAPI spec. Requires a free Kaiva Bridge account.
327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.
MCP server for AI access to Swagger by SmartBear.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAutomatically converts OpenAPI specifications into Model Context Protocol applications, enabling HTTP APIs to be managed as MCP services. It features a dynamic architecture that monitors file systems or Kubernetes ConfigMaps to update MCP tools in real-time.1-

OpenMCPofficial
AlicenseNot gradedqualityCmaintenanceEnables conversion of OpenAPI specifications into MCP servers and remixing multiple MCP servers into one. Works with stdio and sse transports and integrates with major chat clients.303MIT- AlicenseNot gradedqualityBmaintenanceTurns any OpenAPI/Swagger spec into an MCP server, generating one tool per endpoint with zero code.11MIT
- AlicenseNot gradedqualityCmaintenanceConvert any OpenAPI spec into a secure MCP server with scoped auth, per-tool allow/deny policies, rate limiting, and a redacted audit trail.10MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/PowerDuckie/openapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server