ReAPI-com/mcp-openapi
MCP server that lets LLMs know everything about your OpenAPI specifications to discover, explain and generate code/mock data
Quick Start
Clone the repository:
git clone https://github.com/ReAPI-com/mcp-openapiClaude Desktop configuration example:
{
"mcpServers": {
"mcp-openapi": {
"command": "npx",
"args": [
"-y",
"ReAPI-com/mcp-openapi"
]
}
}
}Check the repository README for specific installation and configuration instructions.