Skip to content
VS Code

pypi mcp for VS Code

io.github.mrfentmen/pypi-mcp

Keyless MCP server for PyPI: Python package versions, summaries, authors, requirements, release...

client:VS Code transport:stdio runtime:npm

Install pypi mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "pypi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pypi-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pypi mcp in other clients