Back to MCP Servers
Openapi Schema Explorer
Token-efficient access to OpenAPI/Swagger specs via MCP Resources.
developer-toolsapi
By kadykov
Installation
npx -y mcp-openapi-schema-explorerConfiguration
{
"mcpServers": {
"mcp-openapi-schema-explorer": {
"command": "npx",
"args": ["-y", "mcp-openapi-schema-explorer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes