OpenAPI APIs for VS Code
io.github.alyiox/mcp-openapix
MCP server that fronts any OpenAPI service: discover operations from its spec and call them
client:VS Code
transport:stdio
runtime:pypi
Install OpenAPI APIs in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-openapix": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-openapix"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs