pypi-query-mcp-server
Verified Safeby 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
uvx pypi-query-mcp-serverSecurity 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
mcp-interviewer
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-mcp
Discovers and suggests other Model Context Protocol (MCP) servers to AI assistants based on natural language queries, returning their full documentation.
uv-mcp
Provides AI-native environment diagnostics, repair, and dependency management for Python projects using the uv package manager.