Pypi for VS Code
io.github.pipeworx-io/pypi
PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth).
client:VS Code
transport:streamable-http
Install Pypi in VS Code
.vscode/mcp.json
{
"servers": {
"pypi": {
"type": "http",
"url": "https://gateway.pipeworx.io/pypi/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs