Wraps the PyPI JSON API so Claude can search and retrieve package metadata from the Python Package Index without authentication. You get access to package info, version history, and dependencies through a streamable HTTP transport. The server is part of Pipeworx, which offers both a standalone PyPI endpoint and a unified gateway to 673+ data sources. Includes an ask_pipeworx tool that lets you ask questions in plain English rather than calling specific tools directly. Useful when you need Claude to look up Python packages, check compatibility, or validate dependencies during development conversations.
PyPI MCP — wraps the Python Package Index (PyPI) JSON API (free, no auth).
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"pypi": {
"url": "https://gateway.pipeworx.io/pypi/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Pypi data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp