What is the Swagger MCP MCP server?
MCP server for AI access to Swagger by SmartBear.
How to install Swagger MCP
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"swagger-mcp": {
"url": "https://swagger.mcp.smartbear.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"swagger-mcp": {
"serverUrl": "https://swagger.mcp.smartbear.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"swagger-mcp": {
"type": "http",
"url": "https://swagger.mcp.smartbear.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"swagger-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://swagger.mcp.smartbear.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http swagger-mcp https://swagger.mcp.smartbear.com/mcpRelated MCP servers
SmartBear MCP
Active
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
43
View repository →TypeScript
MIT