An MCP (Model Context Protocol) server that loads an OpenAPI YAML/JSON specification and exposes it as queryable tools for AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openapimcpserver": {
"command": "npx",
"args": [
"-y",
"Hagelslag77/OpenApiMcpServer"
]
}
}
}
Run in terminal:
claude mcp add openapimcpserver npx -y Hagelslag77/OpenApiMcpServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"openapimcpserver": {
"command": "npx",
"args": [
"-y",
"Hagelslag77/OpenApiMcpServer"
]
}
}
}