pypi-mcp
Verified Safeby AstroAir
Overview
Provides AI models with a Model Context Protocol (MCP) server to query PyPI package information, analyze dependencies, check vulnerabilities, and manage Python package data.
Installation
No command providedSecurity Notes
The project uses standard Python practices and includes a SECURITY.md file, indicating awareness. It does not appear to contain 'eval' or obfuscated code. The main security consideration is that the server, when run with HTTP transport using '--host 0.0.0.0', will be publicly accessible without inherent authentication/authorization for the MCP tools. While suitable for local AI agent use, public exposure would require external security measures.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
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.
package-registry-mcp
Enables AI assistants and agents to search various package registries (NPM, Cargo, NuGet, PyPI, Go) and retrieve up-to-date package information.