
OpenAPI
STDIOMCP server for exploring OpenAPI specifications through oapis.org
MCP server for exploring OpenAPI specifications through oapis.org
A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org.
The MCP works by applying a 3 step process :
Summary | Prompt it |
---|---|
Basic understanding of the OpenAPI MCP Server | |
Core implementation details of the MCP server | |
How to extend or contribute to the project |
Our hosted smithery URL is https://smithery.ai/server/@janwilmake/openapi-mcp-server
To install openapi-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @janwilmake/openapi-mcp-server --client claude
For other clients, see the smithery page for instructions.
{
"mcpServers": {
"openapi-mcp-server": {
"command": "node",
"args": ["/absolute/path/to/openapi-mcp-server/index.js"],
"env": {
"DEBUG": "true"
}
}
}
}
Once installed, you can ask Claude to:
Claude will use the MCP server to:
MIT