MCP.so
登录

OpenAPI to MCP Server Converter

@zxypro1

关于 OpenAPI to MCP Server Converter

A tool for automatically converting OpenAPI into Model Context Protocol (MCP) Server instance

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

zxypro1

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is OpenAPI to MCP Server Converter?

A tool for automatically converting OpenAPI 3.0 specifications into Model Context Protocol (MCP) server instances. Designed for developers who want to expose existing REST APIs as MCP-compatible tools with minimal manual coding.

How to use OpenAPI to MCP Server Converter?

Install via npm (openapi-mcp-converter), parse your OpenAPI specification, create an OpenApiMCPSeverConverter instance with optional security config, then connect the resulting server to one of three supported transports (stdio, SSE, or Streamable HTTP).

Key features of OpenAPI to MCP Server Converter

  • Automated parsing of OpenAPI 3.0 specifications
  • TypeScript‑based strong type validation
  • Automatic tool‑call parameter mapping via request proxy
  • Support for stdio, SSE, and Streamable HTTP transports
  • Configurable timeout and security (API key) options

Use cases of OpenAPI to MCP Server Converter

  • Converting existing REST APIs defined by OpenAPI specs into MCP‑compatible tools
  • Exposing OpenAPI‑described services through different MCP transport protocols

FAQ from OpenAPI to MCP Server Converter

What OpenAPI version does it support?

OpenAPI 3.0 specifications.

What are the runtime requirements?

Node.js 18+ and TypeScript 5.x.

Which transports does it support?

Stdio, SSE, and Streamable HTTP.

How do I configure authentication?

Pass a security object in the converter options—for example { apiKey: 'my-api-key' }.

Is the generated server a full MCP server?

Yes. The getServer() method returns a standard MCP server instance that can be connected to any MCP‑SDK transport.

评论

其他 分类下的更多 MCP 服务器