Back to MCP Servers
Swagger
A Model Context Protocol (MCP) server that converts OpenAPI/Swagger specifications to MCP format, enabling AI assistants to interact with REST APIs through standardized protocol.
developer-toolsapirestai
By zaizaizhao
Installation
npx -y mcp-swagger-serverConfiguration
{
"mcpServers": {
"mcp-swagger-server": {
"command": "npx",
"args": ["-y", "mcp-swagger-server"]
}
}
}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