Mcpx-Py icon

Mcpx-Py

Createddylibso

Enables interaction with LLMs using mcp.run tools via a Python library.

About

Mcpx-Py is a Python client library designed for seamless interaction with Large Language Models (LLMs) through mcp.run, allowing you to call portable and secure tools for your AI Agents and Applications. It supports a variety of AI providers including OpenAI, Anthropic (Claude), Gemini, and local models like Ollama and Llamafile. The library simplifies the process of sending messages to LLMs and receiving structured outputs, enhancing the integration of AI capabilities into Python applications.

Key Features

  • Supports multiple AI providers including OpenAI, Claude, Gemini, Ollama, and Llamafile.
  • Enables structured output by specifying `result_type` using Pydantic models.
  • Provides a command-line interface for interacting with mcp.run tools.
  • Offers both synchronous and asynchronous message sending capabilities.
  • Supports easy installation via uv or pip.
  • 12 GitHub stars

Use Cases

  • Extracting structured data from LLM responses.
  • Summarizing the content of websites.
  • Integrating AI-powered chat functionalities into applications.