swagger-mcp is a tool designed to scrape Swagger UI by extracting the swagger.json file. It dynamically generates well-defined MCP tools at runtime that can be utilized by the MCP client.
swagger-mcp is a tool designed to scrape Swagger UI by extracting the swagger.json file. It dynamically generates well-defined MCP tools at runtime that can be utilized by the MCP client.
go install github.com/danishjsheikh/swagger-mcpo@latestAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"swagger-mcp": {
"command": "npx",
"args": [
"-y",
"go install github.com/danishjsheikh/swagger-mcpo@latest"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from swagger-mcp?"
No configuration required. This server works out of the box.
"What resources are available in swagger-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in swagger-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in swagger-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.