pypi-mcp-demo

pypi-mcp-demo

3.3

If you are the rightful owner of pypi-mcp-demo 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@mcphub.com.

This project is a simple Model Context Protocol (MCP) server that provides information about Python packages on PyPI.

The PyPI Info Demo is a Model Context Protocol (MCP) server designed to fetch and provide detailed information about Python packages available on PyPI. It leverages the PyPI JSON API to retrieve metadata such as maintainers, version, changelog URL, summary, and full project description. The server also attempts to locate changelog links from project homepages if they are not directly available through the API. This tool is particularly useful for developers and users who need quick access to package information without manually browsing the PyPI website.

Features

  • Query PyPI for package metadata
  • Returns maintainers, version, changelog URL, summary, and full project description
  • Attempts to find changelog links from project homepages if not directly available