Medical_calculator_MCP
@johnyquest7
MCP server for medical calculations
Overview
What is Medical_calculator_MCP?
Medical_calculator_MCP 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.
How to use Medical_calculator_MCP?
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.
Key features of Medical_calculator_MCP
- MCP server for medical calculations.
- Integrates with Claude Desktop.
- Managed with Python package tools (uv or pip).
- Supports testing via the MCP Inspector.
Use cases of Medical_calculator_MCP
- Performing medical calculations within Claude Desktop.
- Testing medical calculation tools during development.
FAQ from Medical_calculator_MCP
Do I need Claude Desktop to use this server?
Yes, you must install Claude Desktop before using Medical_calculator_MCP.
How do I install Medical_calculator_MCP?
Add the MCP CLI to your Python project with uv add "mcp[cli]" or pip install mcp.
How do I run the server after installation?
Run mcp install server.py to install in Claude Desktop, or mcp dev server.py to test with the MCP Inspector.