openmcp and openapi2mcptools

One tool transforms OpenAPI specifications into MCP tools, while the other leverages OpenAPI files to create an MCP server, suggesting they are complementary in generating and deploying MCP solutions from OpenAPI definitions.

openmcp
49
Emerging
openapi2mcptools
45
Emerging
Maintenance 2/25
Adoption 10/25
Maturity 25/25
Community 12/25
Maintenance 0/25
Adoption 11/25
Maturity 18/25
Community 16/25
Stars: 304
Forks: 18
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
Stars: 19
Forks: 7
Downloads: 108
Commits (30d): 0
Language: TypeScript
License: MIT
Stale 6m
Stale 6m

About openmcp

getdatanaut/openmcp

Turn any openapi file into an mcp server, with just the tools you need.

Supports both OpenAPI-to-MCP conversion and stdio-based MCP server composition, allowing selective tool exposure through an `openmcp.json` config file. Implements stdio and SSE transports with direct integration into major chat clients (Cursor, Claude) via automated client configuration. Handles authentication management across multiple servers and enables mixing heterogeneous MCP sources—OpenAPI specs, stdio servers, and others—into a single unified MCP endpoint.

About openapi2mcptools

2013xile/openapi2mcptools

OpenAPI specifications => MCP (Model Context Protocol) tools

Automatically transforms OpenAPI endpoints into MCP-compatible tools with built-in HTTP client abstraction, enabling MCP servers to expose REST APIs through the protocol's tool interface. The `Converter` class parses specifications and generates both tool definitions and a callable handler for executing requests, while supporting custom HTTP clients (axios, etc.) and configuration like baseURL and headers. Designed to integrate directly with MCP SDK's stdio transport and server patterns for rapid server development.

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