loading…
Search for a command to run...
loading…
Connect any HTTP/REST API server using an Open API spec (v3)
Connect any HTTP/REST API server using an Open API spec (v3)
janwilmake/openapi-mcp-server context
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:
Features
For other clients, use MCP URL: https://openapi-mcp.openapisearch.com/mcp
First run the server
wrangler dev
Then run the mcp inspector:
npx @modelcontextprotocol/inspector
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"snaggle-ai-openapi-mcp-server": {
"command": "npx",
"args": []
}
}
}