Production-oriented OpenAPI to MCP server library with Tools, Prompts, Resources, Web UI, and admin runtime
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"PowerDuckie/openapi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add openapi-mcp-server npx -y PowerDuckie/openapi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"openapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"PowerDuckie/openapi-mcp-server"
]
}
}
}