Back to Home
loonghao icon

pypi-query-mcp-server

Verified Safe

by loonghao

Overview

A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility checking, assisting AI agents in Python development workflows.

Installation

Run Command
uvx pypi-query-mcp-server

Security Notes

The codebase itself does not contain obvious security vulnerabilities like `eval` or hardcoded secrets. It correctly uses environment variables for sensitive private PyPI repository credentials. Network requests are handled asynchronously with `httpx` including retry logic and timeouts, which is robust. The primary security considerations involve the trustworthiness of external PyPI index sources and the secure configuration of private repositories by the user. Overall, the implementation adheres to good security practices for its domain.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars17
Forks4
Last Update2026-01-15

Tags

PyPIPythonPackage ManagementDependency AnalysisMCP