Medical Calculator

Provides medical calculation capabilities through an MCP server, enabling clients to perform complex calculations via a standardized interface.
  • python

2

GitHub Stars

python

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "johnyquest7-medical_calculator_mcp": {
      "command": "mcp",
      "args": [
        "install",
        "server.py"
      ]
    }
  }
}

You run an MCP server that enables clients to perform medical calculations through a standardized interface. It provides a simple way to install and test a local server, so you can integrate advanced medical computations into your applications or workflows.

How to use

To use the Medical Calculator MCP server, first start the server via its command-line interface and then connect an MCP client to perform calculations. You can install the MCP CLI in your project environment, start the server locally, and verify functionality with a development tool.

Typical workflows include installing the MCP client tools, launching the server with a local script, and then invoking calculation endpoints through your MCP client. If you want to quickly test the server during development, you can run a dedicated development command that spins up the server with the same configuration you would use in production.

How to install

Prerequisites: you should have Claude Desktop installed before proceeding. You will also need either a Python-based environment with a package manager like uv (uvx) or pip to manage dependencies.

Install the MCP package into your project dependencies using one of these methods.

uv add "mcp[cli]"
pip install mcp

Run the MCP command-line interface within your uv-managed project to start the tooling in development mode.

uv run mcp

To run the server locally, install and then start the server script as shown.

mcp install server.py

If you want to test the server with the MCP Inspector during development, use this command.

mcp dev server.py

Additional notes

This MCP server is designed to be run in a local development environment first. The commands above cover installing dependencies, launching the CLI, and starting or testing the server with a development tool. Ensure you are within a Claude Desktop-enabled project workspace when executing these steps.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Medical Calculator MCP Server - johnyquest7/medical_calculator_mcp | VeilStrat