pypi mcp for Cursor
io.github.mrfentmen/pypi-mcp
Keyless MCP server for PyPI: Python package versions, summaries, authors, requirements, release...
client:Cursor
transport:stdio
runtime:npm
Install pypi mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pypi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pypi-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs