Simple PubMed MCP
Searches PubMed through the Entrez API with full-text access for open-access articles and abstracts otherwise.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-28
Simple PubMed MCP is a straightforward community tool for searching medical literature through the official Entrez API. The maintainer Andy Brandt appears to be a solo developer with limited public profile, which introduces some bus factor risk. However, the server's scope is narrow and safe: it only performs read-only searches against PubMed's public database. The required email environment variable is for Entrez API compliance (NCBI requires contact info for rate limiting), not authentication. Installation via pip is standard, though the package has limited verification history. The repository shows basic documentation but lacks comprehensive testing or security policies. No security incidents are known. The permissions model is excellent: purely outbound network calls to a single public API with no filesystem access, no shell execution, and no sensitive data handling beyond the email address.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREESame shape as NCBI.
Green flags
- Read-only access to public PubMed database, no write operations
- Uses official NCBI Entrez API, well-established and documented
- Narrow scope: single-purpose search tool with minimal attack surface
- Standard pip installation from PyPI with version control
- No filesystem access or shell execution required
Red flags
- Solo maintainer with limited public track record or organisational backing
- Repository lacks comprehensive test coverage and security documentation
- Requires email address in env var, though only for API compliance
- Limited package download history and community verification
Permissions requested
Install
pip install mcp-simple-pubmed
PUBMED_EMAILReview
Install this if you write about health, medicine, or life sciences and want PubMed searches without leaving Claude. It's narrow in scope but does its job well. Skip it if your work doesn't touch biomedical literature.
Good at
- Gives you direct access to PubMed's 35+ million biomedical citations without leaving your editor.
- Returns full-text for open-access articles, which is genuinely useful for evidence-based writing.
- Built on the official Entrez API, so results are reliable and up-to-date.
- Simple setup with minimal dependencies, just Python and an email address.
Watch out
- Requires an email address in the environment variable, which is an extra setup step even if it's just for NCBI's records.
- Full-text access is limited to open-access articles, paywalled journals only return abstracts.
- No built-in citation formatting, you'll need to handle that yourself or use another tool.
- Search syntax can be fiddly if you're doing complex Boolean queries, it inherits PubMed's quirks.
Use cases
- clinical research
- literature review
- drug studies
- evidence-based writing
Getting started
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.