mcp-server-generator
Verified Safeby consigcody94
Overview
Automates the generation of Model Context Protocol (MCP) servers from OpenAPI/Swagger specifications, enabling rapid integration for LLM agents and API orchestration.
Installation
apify runSecurity Notes
The generator itself appears safe, with no 'eval' or obvious hardcoded secrets in the provided source code. It fetches OpenAPI specs from a provided URL, which is a standard network operation. The primary security considerations would be in the quality and safety of the *generated* code for production use, especially regarding complex authentication flows, which the README notes may require manual enhancement. The generated server's security depends on the integrity of the input OpenAPI spec and the target API it integrates with.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-openapi-server
A Model Context Protocol (MCP) server that exposes OpenAPI endpoints as MCP tools, along with optional support for MCP prompts and resources, enabling Large Language Models to interact with REST APIs.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
MyMCP
Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.