Back to MCP Servers
Openapi To
MCP server that automatically converts any OpenAPI/Swagger specification into a set of usable MCP tools. Unlike manual tool definition, this approach auto-generates tools directly from the Swagger spec, ensuring consistency, reducing maintenance effort, and preventing mismatches…
developer-toolsapiai
By bbonnin
Installation
npx -y openapi-to-mcpConfiguration
{
"mcpServers": {
"openapi-to-mcp": {
"command": "npx",
"args": ["-y", "openapi-to-mcp"]
}
}
}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