PyPI-MCP-Server

PyPI-MCP-Server

3.3

If you are the rightful owner of PyPI-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

PyPI MCP Server provides a bridge to the PyPI package repository for AI assistants through the Model Context Protocol (MCP).

PyPI MCP Server is designed to facilitate AI assistants in accessing and retrieving information from the PyPI package repository. It leverages the Model Context Protocol (MCP) to allow AI models to programmatically search for Python packages and access their metadata. The server supports various features such as retrieving package information, searching for packages, viewing version history, and obtaining download statistics. This tool is particularly useful for developers and AI systems that need to interact with Python package data efficiently and programmatically.

Features

  • Package Search: Query PyPI packages by keywords.
  • Metadata Access: Get detailed metadata for specific packages.
  • Version Information: Get all released versions of a package.
  • Statistics Data: Get download statistics for packages.
  • Efficient Retrieval: Fast access to package information.

Tools

  1. Get Package Information

    Get detailed information about a specified package, with optional version specification.

  2. Search Packages

    Search PyPI packages by keywords.

  3. Get Package Releases

    Get all released version information for a specified package.

  4. Get Package Statistics

    Get download statistics for a specified package.