Medical_calculator_MCP

Medical_calculator_MCP

3.1

If you are the rightful owner of Medical_calculator_MCP 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.

MCP server for medical calculations

Medical_calculator_MCP

MCP server for medical calculations

If you haven't installed Calude Desktop, please install it first.

Installation

Adding MCP to your python project We recommend using uv to manage your Python projects. In a uv managed python project, add mcp to dependencies by:

uv add "mcp[cli]"

Alternatively, for projects using pip for dependencies:

pip install mcp

Running the standalone MCP development tools

To run the mcp command with uv:

uv run mcp

Running the server

You can install this server in Claude Desktop and interact with it right away by running:

mcp install server.py

Alternatively, you can test it with the MCP Inspector:

mcp dev server.py