apifable and mcp-openapi
About apifable
ycs77/apifable
MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.
Implements MCP tools for structured API exploration—`list_endpoints_by_tag`, `search_endpoints`, and `get_endpoint`—with fuzzy search fallback and automatic schema reference resolution. Supports both local OpenAPI files and remote URLs with header-based authentication, using a config-driven approach where specs can be fetched and refreshed independently from git-tracked configuration. Generates self-contained TypeScript types from schemas or endpoint request/response structures for direct use in frontend integration code.
About mcp-openapi
ReAPI-com/mcp-openapi
OpenAPI specification MCP server.
Loads and dereferences multiple OpenAPI specifications from a directory, exposing API operations and schemas through MCP tools for LLM-powered IDE integration in Cursor. Implements a catalog-based architecture with search and lookup capabilities across specifications, using custom `x-spec-id` fields to disambiguate overlapping endpoints and schemas between services. Integrates directly into Cursor via `.cursor/mcp.json` configuration and provides tools for dynamic catalog refresh and semantic operation/schema discovery.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work