healthcare-mcp-public vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
healthcare-mcp-public by Cicatriiz | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 115 | ★ 149 |
| 30d uses | — | — |
| Score | 44 | 85 |
| Official | — | — |
| Categories | healthcareAI / LLM ToolsDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | JavaScript | Python |
| Last commit | 9 mo ago | 2 mo ago |
healthcare-mcp-public · Summary
Healthcare MCP Server provides AI assistants with access to authoritative medical data including FDA drugs, PubMed, clinical trials, and medical calculators.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
healthcare-mcp-public · Use cases
- Medical professionals researching drug information and clinical trials
- AI assistants providing patients with evidence-based health information
- Healthcare applications needing integration with medical terminology databases
- Researchers searching medical literature and pre-prints from multiple sources
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
healthcare-mcp-public · Install
Installation Options
1. DXT Extension (Recommended)
- Download
healthcare-mcp.dxtfrom this repository - Open with your compatible MCP client (such as Claude Desktop)
- Follow the installation prompts
2. Via Smithery
npx -y @smithery/cli install @Cicatriiz/healthcare-mcp-public --client claude3. npm Installation
npm install healthcare-mcp
npx healthcare-mcp4. Manual Installation
git clone https://github.com/Cicatriiz/healthcare-mcp-public.git
cd healthcare-mcp-public/server
npm install
npm startClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"healthcare": {
"command": "npx",
"args": ["healthcare-mcp"]
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server