Skip to content
Cursor

Pypi for Cursor

io.github.pipeworx-io/pypi

PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth).

client:Cursor transport:streamable-http

Install Pypi in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pypi": {
      "url": "https://gateway.pipeworx.io/pypi/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pypi in other clients