openapi-mcp-server

openapi-mcp-server

0

The OpenAPI MCP Server is a Cloudflare Workers-based service that generates an MCP server from any OpenAPI schema definition. It facilitates integration with tools such as Prompteus, providing a stateless proxy to manage interactions between MCP clients and APIs. The service is available both locally and as a hosted public version, complete with a web interface for configuration.

OpenAPI MCP Server

  • Cloudflare Workers-based service creating MCP server from OpenAPI schema.
  • Supports integration with tools like Prompteus, Claude, and Cursor.
  • Provides both a local service and a hosted service for public use.
  • Acts as a stateless proxy for MCP clients and OpenAPI APIs.
  • Features include automatic handling of OpenAPI schema, pet management operations, and web interface for payload generation.

Quick Start

  • Install dependencies
  • Run locally at http://localhost:8787

Hosted Service

  • Available at https://bridge.openapitomcp.com

Tool-Specific Integration

  • Detailed setup processes for Prompteus, Cursor, VS Code, Windsurf, and Zed included.