Skip to content
Zed

pypi mcp for Zed

io.github.mrfentmen/pypi-mcp

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

client:Zed transport:stdio runtime:npm

Install pypi mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pypi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pypi-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pypi mcp in other clients