OpenAPI To
0
Generates a Node.js/TypeScript MCP server from an OpenAPI v3 specification, mapping each operation to an MCP tool.
关于
OpenAPI To streamlines the creation of MCP servers by automatically generating a basic Node.js/TypeScript server based on an OpenAPI v3 specification. By parsing the OpenAPI definition, it maps each operation defined in the API to a corresponding MCP tool, effectively bridging the gap between RESTful APIs and the Model Context Protocol. This allows developers to quickly expose their APIs as MCP tools, enabling integration with other MCP-compatible systems and applications.
主要功能
- Generates a runnable Node.js/TypeScript MCP server project.
- 0 GitHub stars
- Includes linting and formatting.
- Supports STDIO and SSE transports.
- Parses OpenAPI v3 JSON or YAML from local files or URLs.
- Generates MCP tool inputSchema based on OpenAPI parameters and request bodies.
使用案例
- Integrating REST APIs into MCP-based workflows.
- Rapid prototyping of MCP server implementations from OpenAPI specifications.
- Exposing existing REST APIs as MCP tools.