OpenAPI MCP Server
@MCP-Mirror
About OpenAPI MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"janwilmake_openapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@janwilmake/openapi-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OpenAPI MCP Server?
A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.
How to use OpenAPI MCP Server?
Install via Smithery (npx -y @smithery/cli install @janwilmake/openapi-mcp-server --client claude) or via npx (npx openapi-mcp-server@latest init). Once installed, ask Claude to find information about an API or explain how to use specific endpoints.
Key features of OpenAPI MCP Server
- Get an overview of any OpenAPI specification
- Retrieve details about specific API operations
- Support for both JSON and YAML formats
- Tested with Claude Desktop and Cursor
- Works via a three-step process: identify API, request summary, check endpoints
Use cases of OpenAPI MCP Server
- Ask Claude to find information about the Stripe API
- Ask Claude to explain how to use the GitHub API's repository endpoints
- Code generation by exploring API specifications
FAQ from OpenAPI MCP Server
What are the runtime requirements?
Node.js >= 16.17.0 and an MCP client such as Claude Desktop or Cursor.
Does the server execute API endpoints as tools?
No. OpenAPI MCP v2 focuses on exploration and providing context; it does not allow executing endpoints directly because authentication is not yet solved.
Where does the data come from?
The server searches and explores OpenAPI specifications through oapis.org.
What transports / authentication does it use?
The README does not detail specific transports; it notes that authentication for endpoint execution is not yet solved with MCP.
Is this version stable?
It is a Work In Progress. Expect bugs and contributions are welcome.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments