pypi-mcp-demo
4
The project is an MCP server that provides information about Python packages on PyPI using the PyPI JSON API. It features querying package metadata and returns detailed information such as maintainers and version info.
PyPI Info Demo
This project is a simple Model Context Protocol (MCP) server that provides information about Python packages on PyPI. It exposes a tool to fetch package maintainers, version, changelog, summary, and full project description using the PyPI JSON API.
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
Requirements
- Python 3.7+
mcp
,requests
,beautifulsoup4
License
MIT