MCP-Server-python

Perteghella/MCP-Server-python

3.2

If you are the rightful owner of MCP-Server-python 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 repository contains a simple implementation of a Model Communication Protocol (MCP) server using Python.

The MCP Server Demo in Python is a basic implementation designed to demonstrate the functionality of a Model Communication Protocol server. It is primarily used for testing and development purposes, providing a simple setup to understand the workings of an MCP server. The server is built using Python and utilizes `uvicorn` to run on port `8000`. It supports `sse` transport for network exposure, making it suitable for integration with various tools and platforms. The server includes a comprehensive test suite using `pytest` to ensure robust functionality and error handling.

Features

  • Simple setup and configuration using Python and `uvicorn`.
  • Supports `sse` transport for network exposure.
  • Comprehensive test suite using `pytest` for robust functionality.
  • Basic functionality tests for addition, subtraction, and API endpoints.
  • Integration with tools like Cursor or Claude using `mcp.json` configuration.