openapi-mcp-generator and apifable
These are complements: one converts OpenAPI specs into MCP servers while the other helps AI agents interact with and explore those OpenAPI specs, so they address different stages of the MCP-OpenAPI integration workflow.
About openapi-mcp-generator
harsha-iiiv/openapi-mcp-generator
A tool that converts OpenAPI specifications to MCP server
This tool helps developers quickly create Model Context Protocol (MCP) servers from existing OpenAPI specifications. It takes your OpenAPI spec and generates a server that can act as a proxy, translating requests from AI agents and other MCP clients into calls to your original REST API. This is ideal for developers building AI agents or integrating existing APIs into MCP-compatible systems.
About apifable
ycs77/apifable
MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.
This tool helps frontend developers and AI agents understand and integrate REST APIs into TypeScript projects. It takes an OpenAPI specification as input and allows you to explore API endpoints, search for specific functionalities, and generate accurate TypeScript type definitions. This makes it easier for AI to write correct frontend code that interacts with the backend.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work