About
Overview
The OpenAPI MCP Server enables AI agents to work with OpenAPI-documented APIs. It parses specifications, generates API calls, validates requests, and provides endpoint documentation.
Capabilities
Tools & Capabilities
⚡load_spec
Load and parse an OpenAPI specification
⚡list_endpoints
List available API endpoints
⚡call_endpoint
Call an API endpoint
⚡validate
Validate a request against the spec
Setup
Installation
bash
Install
npx -y mcp-server-openapiExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"openapi": {
"command": "npx",
"args": ["-y", "mcp-server-openapi"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026