MCP Catalogs
Home

medical-mcp

by JamesANZ·90·Score 48

Medical MCP provides trusted medical data from FDA, WHO, PubMed, RxNorm, and Google Scholar with no API keys required.

ai-llmknowledge-graphdeveloper-tools
25
Forks
2
Open issues
3 mo ago
Last commit
2d ago
Indexed

Overview

Medical MCP is a comprehensive Model Context Protocol server that brings authoritative medical information directly into AI coding environments. It offers extensive functionality for drug information retrieval, health statistics access, medical literature searches, clinical guideline references, and pediatric-specific resources. The server runs locally without data storage, ensuring privacy and security while providing real-time information from multiple reliable sources.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Medical researchers conducting literature reviews without paywalls
you:Healthcare developers building prototypes with real medical data
you:Clinicians referencing drug details and health statistics during patient consultations
you:Is medical data stored locally?
you:Are API keys required for the medical sources?

When to choose this

Choose this server when you need reliable medical information in your AI workflow without requiring API keys or compromising privacy.

When NOT to choose this

Don't choose this for clinical decision-making as it's intended for informational purposes only and should not replace professional medical advice.

Tools this server exposes

12 tools extracted from the README
  • search-drugs

    Search FDA database by brand or generic name

  • get-drug-details

    Get comprehensive drug info by NDC code

  • search-drug-nomenclature

    Standardized drug names via RxNorm

  • get-health-statistics

    WHO Global Health Observatory data

  • search-medical-literature

    Search 30M+ PubMed articles

  • get-article-details

    Detailed article info by PMID

  • search-google-scholar

    Academic research with citations

  • search-clinical-guidelines

    Practice recommendations from medical organizations

  • search-pediatric-guidelines

    AAP guidelines and Bright Futures preventive care

  • search-pediatric-literature

    Research from major pediatric journals

  • get-cache-stats

    View cache statistics (hit rate, memory usage)

  • search-medical-databases

    Multi-database search across medical sources

Comparable tools

med-mcphealthcare-api-mcpmedical-research-assistant

Installation

Install in Cursor (Recommended)

Click the install link or use:

cursor://anysphere.cursor-deeplink/mcp/install?name=medical-mcp&config=eyJtZWRpY2FsLW1jcCI6eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1lZGljYWwtbWNwIl19fQ==

Manual Installation

# Clone and build
git clone https://github.com/JamesANZ/medical-mcp.git
cd medical-mcp
npm install
npm run build

# Run server
npm start

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "medical-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/medical-mcp/build/index.js"]
    }
  }
}

FAQ

Is medical data stored locally?
No, the server runs locally without data storage. All queries are real-time with nothing saved.
Are API keys required for the medical sources?
No, the server works without API keys by using public APIs and web scraping where necessary.

Compare medical-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.