PubMed Enhanced Search Server MCP Server

pubmed-mcp-smithery

Local serverstdioPython

What is the PubMed Enhanced Search Server MCP server?

Most developer tooling work still happens through a UI a human drives. PubMed Enhanced Search Server MCP server moves it into the conversation instead. pubmed-mcp-smithery.

The short version

A Model Content Protocol server that provides enhanced tools to search and retrieve academic papers from PubMed database, with additional features such as MeSH term lookup, publication count statistics, and PICO-based evidence search.

  • Search PubMed by keywords with optional journal filter
  • Support for sorting results by relevance or date (newest/oldest first)
  • Get MeSH (Medical Subject Headings) terms related to a search word
  • Get publication counts for multiple search terms (useful for comparing prevalence)
  • Retrieve detailed paper information including abstract, DOI, authors, and keywords
  • Perform structured PICO-based searches with support for synonyms and combination queries

The tools it exposes

The server publishes 2 tools. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — 2. Install dependencies: pip install fastmcp requests

What it needs from you

  • Python 3.6+ - pip

Getting it running

The server ships on PyPI as fastmcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. PubMed Enhanced Search Server's toolset — Prerequisites, Installation — is a fair guide to whether it matches your workflow. It is maintained by leescot; 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.

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.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Installation2. Install dependencies: pip install fastmcp requests

How to install the PubMed Enhanced Search Server MCP server

{
  "mcpServers": {
    "pubmed-mcp-smithery": {
      "command": "uvx",
      "args": ["fastmcp"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Python 3.6+ - pip

Example prompts to try

  • Use PubMed Enhanced Search Server to Prerequisites.
  • Use PubMed Enhanced Search Server to Installation.

Frequently asked questions

Python 3.6 or later and pip. The dependencies `fastmcp` and `requests` must be installed via pip.