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-serveradd the petstore API from https://petstore.swagger.io/v2/swagger.json"
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 Server
基于 OpenAPI specification 动态创建 MCP tools/resources,并提供 React 管理台创建、刷新、启停、预览和调用 MCP Resources。
本地运行
make install
make dev-backend # 管理 API: http://127.0.0.1:8001
make dev-frontend # 管理台: http://127.0.0.1:5173
make dev-mcp # MCP stdio serverOpenAPI API 不随本项目打包,地址在管理台创建 MCP Resource 时填写。
Related MCP server: safe-oas2mcp
Docker 部署
make docker-build
make docker-up访问:
http://127.0.0.1:58001容器内服务端口为 8001,按项目规则映射到宿主机 58001。SQLite 数据通过 docker/volume/sqlite/ 持久化。
Agent 接入 MCP
管理台用于配置 OpenAPI URL,Agent 连接 MCP 服务端点:
http://127.0.0.1:58001/mcpMCP transport 使用 Streamable HTTP。Agent 侧配置示例:
{
"mcpServers": {
"openapi-mcp": {
"url": "http://127.0.0.1:58001/mcp",
"transport": "http"
}
}
}配置为启用且状态为 active 的 MCP Resource 会动态暴露为 tools/resources。
验证
make test
make lint
make build本地 SQLite 默认数据文件为 backend/data/openapi_mcp.db,Docker SQLite 数据文件为 docker/volume/sqlite/openapi_mcp.db,二者均不纳入版本控制。
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 Servers
- Flicense-qualityDmaintenanceAutomatically 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.Last updated1
- Flicense-qualityCmaintenanceTurns OpenAPI specs into MCP tools with secure defaults, risk inspection, confirmation gates, response limits, audit logging, and secret redaction.Last updated
- Alicense-qualityCmaintenanceA stateless gateway that turns any OpenAPI spec into MCP tools on the fly.Last updated1MIT
- Flicense-qualityDmaintenanceMCP server that wraps any REST API with an OpenAPI spec, dynamically creating MCP tools at runtime without code generation.Last updated1
Related MCP Connectors
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
34 production API tools over one hosted MCP endpoint.
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/wr5912/openapi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server