by janwilmake
OpenAPI MCP Server enables AI models like Claude/Cursor to understand and interact with complex OpenAPI specifications using simple language.
OpenAPI MCP Server is a Model Context Protocol (MCP) server designed for AI models such as Claude and Cursor. Its primary function is to facilitate the searching and exploration of OpenAPI specifications from oapis.org, allowing AI to process and understand these complex API definitions through natural language.
OpenAPI MCP Server can be installed via Smithery or npx. Once installed, AI clients like Claude Desktop can leverage it to interact with OpenAPI specifications. For example, you can ask Claude to "Find information about the Stripe API" or "Explain how to use the GitHub API's repository endpoints." The MCP server will then process these requests by first getting an overview of the requested API and then retrieving specific operation details as needed.
npx -y @smithery/cli install @janwilmake/openapi-mcp-server --client claude
npx openapi-mcp-server@latest init
Does OpenAPI MCP Server allow executing API endpoints directly? No, OpenAPI MCP v2 does not currently allow executing endpoints directly as tools, primarily due to unsolved authentication problems within the MCP framework. Its focus is on exploration and providing context.
What are the system requirements for OpenAPI MCP Server? You need Node.js version 16.17.0 or higher and an MCP client such as Claude Desktop or Cursor.
Can I contribute to the OpenAPI MCP Server project? Yes, the project is open to contributors. You can reach out to the owner via DM on X (formerly Twitter).
How does the MCP process work? The MCP follows a 3-step process: 1) Identifies the necessary OpenAPI identifier, 2) Requests a summary of it in simple language, and 3) Determines required endpoints and explains their functionality in simple language.
Is there an older version of OpenAPI MCP Server available? Yes, versions prior to v2.0.0 are still accessible, and their README is available here.
A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.
The MCP works by applying a 3 step process :
[!IMPORTANT] OpenAPI MCP has found a new owner and has been migrated from v1.2 to v2, which works different to the previous version. You can still access any version prior to v2.0.0 and their README is here
OpenAPI MCP v2 is a Work In Progress and focuses on exploration and providing context about APIs. It does not allow executing the endpoints as tools directly, as authentication isn't a solved problem with MCP yet. However, it's great for codegen!
Expect bugs. Open To Contributers, DM
Summary | Prompt it |
---|---|
Basic understanding of the OpenAPI MCP Server | |
Core implementation details of the MCP server | |
How to extend or contribute to the project |
To install openapi-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @janwilmake/openapi-mcp-server --client claude
Run and follow instructions:
npx openapi-mcp-server@latest init
Once installed, you can ask Claude to:
Claude will use the MCP server to:
MIT
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.