MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. openapi-mcp-server

openapi-mcp-server

GitHub
Website

The OpenAPI MCP server provides Claude/Cursor with the ability to search and explore OpenAPI specifications from oapis.org, offering summaries and details about API operations for codegen and understanding.

823
49

OpenAPI MCP Server

An MCP server for Claude/Cursor, enabling OpenAPI specification search and exploration via oapis.org.

  • Demo: https://x.com/janwilmake/status/1903497808134496583
  • HN Thread: https://news.ycombinator.com/item?id=43447278
  • OpenAPISearch: https://github.com/janwilmake/openapisearch
  • OAPIS: https://github.com/janwilmake/oapis

The MCP operates in three steps: identifying the required OpenAPI specification, requesting a simplified summary, and determining/explaining relevant endpoints.

[!IMPORTANT]
OpenAPI MCP has a new owner and has been migrated to v2, which works differently than previous versions. Access older versions and their README here. v2 is a Work In Progress focused on API exploration and context, not direct endpoint execution due to authentication challenges. It's ideal for codegen. Expect bugs. Open To Contributers, DM

Features

  • OpenAPI specification overview
  • Specific API operation details retrieval
  • JSON and YAML support
  • Tested with Claude Desktop and Cursor

Installation

Run:

npx openapi-mcp-server init

Usage in Claude

Ask Claude to:

  • "Find information about the Stripe API"
  • "Explain how to use the GitHub API's repository endpoints"

Claude uses the MCP server to get an API overview and retrieve operation details.

Requirements

  • Node.js >= 16.17.0
  • Claude Desktop, Cursor, or any MCP client.

License

MIT

Repository

JA
janwilmake

janwilmake/openapi-mcp-server

Created

December 7, 2024

Updated

March 28, 2025

Language

JavaScript

Category

Developer Tools