python_mcp_server

tpancholi/python_mcp_server

3.2

If you are the rightful owner of python_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 dayong@mcphub.com.

This document provides a comprehensive overview of a Model Context Protocol (MCP) server implemented using Python, detailing its features, tools, resources, and usage across different platforms.

MCP Server using Python

Requirements

  • mcp[cli]
  • Pandas
  • Pathlib

To run the server

Run dev server to test using inspector

uv run mcp dev server.py

Note: inspector is not required to be installed separately

Run server to test using Claude Code

uv run mcp install server.py

Note:

  • you would need to restart the Claude Code for the updated config to reflect
  • you would also need to manually remove the server from the development tab under setting, else the server would keep running in the background.