andybrandt/mcp-simple-pubmed
Free🐍 ☁️ MCP to search and read medical / life sciences papers from PubMed.
About andybrandt/mcp-simple-pubmed
MCP Simple PubMed is an open-source MCP server that provides AI assistants with access to PubMed's biomedical literature via the NCBI Entrez API. It offers tools to search PubMed using keywords, MeSH terms, author names, date ranges, and Boolean operators; retrieve full-text articles (when available from PubMed Central); and access abstracts and metadata through resource URIs. The server also includes MCP prompts for constructing effective searches: systematic review search strategies, PICO framework queries, and author publication lookups. Installation is available via pip or Smithery, and configuration requires a user email (and optionally an NCBI API key for higher rate limits). Note that full-text availability is limited to open access articles in PubMed Central, and paywalled papers cannot be accessed.
Key Features
Pros & Cons
- Provides direct MCP integration for AI assistants like Claude
- Supports advanced PubMed search syntax (MeSH, Boolean, date filters)
- Includes pre-built prompt templates for common search patterns
- Open source and free to use
- Easy installation via pip or Smithery
- XML-ized full text gives AI structured document information
- Full text limited to open access articles in PubMed Central
- Paywalled papers cannot be accessed through the tool
- Sometimes full text may be unavailable even when accessible manually via browser
- XML output may not be human-readable
- Rate limited to 3 requests/second without API key