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.
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:
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 READMEsearch-drugsSearch FDA database by brand or generic name
get-drug-detailsGet comprehensive drug info by NDC code
search-drug-nomenclatureStandardized drug names via RxNorm
get-health-statisticsWHO Global Health Observatory data
search-medical-literatureSearch 30M+ PubMed articles
get-article-detailsDetailed article info by PMID
search-google-scholarAcademic research with citations
search-clinical-guidelinesPractice recommendations from medical organizations
search-pediatric-guidelinesAAP guidelines and Bright Futures preventive care
search-pediatric-literatureResearch from major pediatric journals
get-cache-statsView cache statistics (hit rate, memory usage)
search-medical-databasesMulti-database search across medical sources
Comparable tools
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 startClaude 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
Last updated · Auto-generated from public README + GitHub signals.