★ 66 stars
TypeScript
💻 Code/Dev Tools
Updated 1mo ago
MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resource Templates for client-side exploration.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-openapi-schema-e": {
"command": "npx",
"args": [
"-y",
"kadykov/mcp-openapi-schema-explorer"
]
}
}
}
Run in terminal:
claude mcp add mcp-openapi-schema-e npx -y kadykov/mcp-openapi-schema-explorer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-openapi-schema-e": {
"command": "npx",
"args": [
"-y",
"kadykov/mcp-openapi-schema-explorer"
]
}
}
}
Topics
api-specificationdeveloper-toolsdevelopmentmcpmcp-servermodel-context-protocolnodenode-jsnodejsopenapiswaggertypescript