Content
# 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
```
Connection Info
You Might Also Like
MarkItDown MCP
MarkItDown-MCP is a lightweight server for converting various URIs to Markdown.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
Continue
Continue is an open-source project for seamless server management.
semantic-kernel
Build and orchestrate intelligent AI agents with Semantic Kernel.
Github
The GitHub MCP Server connects AI tools to manage repositories, issues, and...
Playwright
A lightweight MCP server for browser automation using Playwright, enabling...