Integrations
Retrieves Digital Object Identifier information as part of the detailed paper information when formatting publication details.
Provides enhanced search capabilities for PubMed medical literature, including keyword search with journal filtering, MeSH term lookup, publication count statistics, detailed paper information retrieval, and structured PICO-based evidence searches.
PubMed Enhanced Search MCP Server
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.
Features
- 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
Installing
Prerequisites
- Python 3.6+
- pip
Installation
- Clone this repository:Copy
- Install dependencies:Copy
Usage
Running locally
Start the server:
For development mode with auto-reloading:
Adding to Claude Desktop
Edit your Claude Desktop configuration file (CLAUDE_DIRECTORY/claude_desktop_config.json) to add the server:
MCP Functions
The server provides these main functions:
search_pubmed
- Search PubMed for articles matching keywords with optional journal filteringCopyget_mesh_terms
- Look up MeSH terms related to a medical conceptCopyget_pubmed_count
- Get the count of publications for multiple search termsCopyformat_paper_details
- Get detailed information about specific papers by PMIDCopypico_search
- Perform structured PICO (Population, Intervention, Comparison, Outcome) searches with synonymsCopy
PICO Search Functionality
The PICO search tool helps researchers conduct evidence-based literature searches by:
- Allowing multiple synonym terms for each PICO element
- Combining terms within each element using OR operators
- Performing AND combinations between elements (P AND I, P AND I AND C, etc.)
- Returning both search queries and publication counts for each combination
This approach helps refine research questions and identify the most relevant literature.
Rate Limiting
The server implements automatic retry mechanism with backoff delays to handle potential rate limiting by NCBI's E-utilities service.
License
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
This server cannot be installed
Enables search and retrieval of academic papers from PubMed database with advanced features like MeSH term lookup, publication statistics, and PICO-based evidence search.