An MCP server that provides comprehensive medical information by querying multiple authoritative medical APIs including FDA, WHO, PubMed, Google Scholar, and RxNorm
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"medical-mcp": {
"args": [
"/absolute/path/to/medical-mcp/build/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Bring trusted medical data directly into your AI workflow. A local server for private, free access to FDA, WHO, PubMed, RxNorm, and Google Scholar. No API keys. No data leaks.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked medical-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
Manage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
MCP server for Oura Ring API v2 (sleep, activity, readiness, heart rate, workouts).
MCP Security Weekly
Get CVE alerts and security updates for Medical Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Bring trusted medical data directly into your AI workflow. A local server for private, free access to FDA, WHO, PubMed, RxNorm, and Google Scholar. No API keys. No data leaks.
An MCP (Model Context Protocol) server that brings authoritative medical information into AI coding environments like Cursor and Claude Desktop.
Ready to bring medical intelligence into your AI workflow? Install in seconds:
Install in Cursor (Recommended):
Or install manually:
npm install -g medical-mcp
# Or from source:
git clone https://github.com/JamesANZ/medical-mcp.git
cd medical-mcp && npm install && npm run build
search-drugs – Search FDA database by brand or generic nameget-drug-details – Get comprehensive drug info by NDC codesearch-drug-nomenclature – Standardized drug names via RxNormget-health-statistics – WHO Global Health Observatory data (life expectancy, mortality, disease prevalence)search-medical-literature – Search 30M+ PubMed articlesget-article-details – Detailed article info by PMIDsearch-google-scholar – Academic research with citationssearch-medical-databases – Multi-database search (PubMed, Scholar, Cochrane, ClinicalTrials.gov)search-medical-journals – Top journals (NEJM, JAMA, Lancet, BMJ, Nature Medicine)search-clinical-guidelines – Practice recommendations from medical organizationssearch-pediatric-guidelines – AAP guidelines and Bright Futures preventive caresearch-pediatric-literature – Research from major pediatric journals (Pediatrics, JAMA Pediatrics, etc.)get-child-health-statistics – Pediatric health indicators from WHO (mortality, immunization, nutrition)search-pediatric-drugs – Drugs with pediatric labeling and dosing informationsearch-aap-guidelines – Comprehensive AAP guideline search (Bright Futures + Policy Statements)get-cache-stats – View cache statistics (hit rate, memory usage, entry count)Click the install link above or use:
cursor://anysphere.cursor-deeplink/mcp/install?name=medical-mcp&config=eyJtZWRpY2FsLW1jcCI6eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm1lZGljYWwtbWNwIl19fQ==
Requirements: Node.js 18+ and npm
# Clone and build
git clone https://github.com/JamesANZ/medical-mcp.git
cd medical-mcp
npm install
npm run build
# Run server
npm start
Add to claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"medical-mcp": {
"command": "node",
"args
... [View full README on GitHub](https://github.com/JamesANZ/medical-mcp#readme)