Enhanced Pubmed MCP Server

Enhanced PubMed Search MCP Server - Pure Node.js implementation with no Python dependencies

Local serverstdioPython

What is the Enhanced Pubmed MCP server?

Enhanced PubMed Search MCP Server - Pure Node.js implementation with no Python dependencies. That is what the enhanced pubmed mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

  • No Python Dependencies - Pure Node.js implementation
  • 🔬 Enhanced PubMed Search - Complete abstracts, MeSH terms, keywords
  • 📖 PMC Full-Text Search - Search within open access articles
  • 💾 Search History - SQLite database for persistent storage
  • 🔓 Open Access Detection - Identify freely available articles
  • 🌐 Cross-Platform - Works on Windows, macOS, and Linux

Getting it running

enhanced-pubmed-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

What it needs from you

  • Node.js 14.0.0 or higher - Internet connection for PubMed API access

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by masa061580; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

How to install the Enhanced Pubmed MCP server

{
  "mcpServers": {
    "enhanced-pubmed": {
      "command": "npx",
      "args": ["-y", "enhanced-pubmed-mcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 14.0.0 or higher - Internet connection for PubMed API access

Frequently asked questions

It connects Enhanced Pubmed to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Enhanced Pubmed directly.