AWS Labs MCP server for OpenAPI specs
AWS Labs MCP server that dynamically creates tools from OpenAPI specifications. Allows LLMs to interact with any API through MCP.
{
"mcpServers": {
"openapi": {
"mcpServers": {
"openapi": {
"args": [
"-y",
"@awslabs/openapi-mcp-server",
"--spec",
"/path/to/openapi.json"
],
"command": "npx"
}
}
}
}
}