apifable and mcp-server-any-openapi

Both tools are competing implementations of an MCP server, each designed to help AI agents interact with OpenAPI specifications, with tool B specifically mentioning Claude integration and advanced chunking for large API documentation.

apifable
51
Established
Maintenance 13/25
Adoption 5/25
Maturity 20/25
Community 13/25
Maintenance 2/25
Adoption 9/25
Maturity 16/25
Community 19/25
Stars: 9
Forks: 2
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
Stars: 80
Forks: 18
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m No Package No Dependents

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-server-any-openapi

baryhuang/mcp-server-any-openapi

A MCP server that enables Claude to discover and call any API endpoint through semantic search. Intelligently chunks OpenAPI specifications to handle large API documentation, with built-in request execution capabilities. Perfect for integrating private APIs with Claude Desktop.

In-memory FAISS vector search with MiniLM-L3 embeddings enables subsecond semantic discovery of endpoints from hundred-KB+ OpenAPI specs, chunked per-endpoint to preserve full parameter context. Dual-tool architecture separates schema discovery (`{prefix}_api_request_schema`) from actual HTTP execution (`{prefix}_make_request`), eliminating fetch limitations within the MCP environment. Supports remote OpenAPI JSON sources with multi-instance Docker deployment, customizable tool namespacing, and global prompt injection for precise Claude tool selection across different API services.

Scores updated daily from GitHub, PyPI, and npm data. How scores work