Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"swagger-core": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-swagger-core"
]
}
}
}