Medical_calculator_MCP

by johnyquest7

320 downloads
Not rated
GitHub

About

MedicalcalculatorMCP is a Model Context Protocol (MCP) server that provides medical calculations. It is designed to be used with Claude Desktop and is installed as a Python project using uv or pip.

Details

Author
johnyquest7
Downloads
320
Categories
Other

- MCP server for medical calculations.
- Integrates with Claude Desktop.
- Managed with Python package tools (uv or pip).
- Supports testing via the MCP Inspector.

Install Medical_calculator_MCP by adding the MCP CLI to your Python project with uv add "mcp[cli]" or pip install mcp. Then run mcp install server.py to install the server in Claude Desktop, or mcp dev server.py to test it with the MCP Inspector.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.