Wraps the pubmedclient Python package to give Claude direct access to PubMed's 35+ million biomedical citations. You can search MEDLINE literature by keywords, authors, or publication dates, then fetch full article metadata including abstracts, DOIs, and citation details. Handy when you're doing literature reviews, fact-checking medical claims, or need to pull research papers into your workflow without manually browsing PubMed's web interface. The server handles the E-utilities API calls behind the scenes, so Claude can query and retrieve papers as naturally as it would search any other data source.
A MCP server that allows to search and fetch articles from PubMed.
PubMed is a database of over 35 million citations for biomedical literature from MEDLINE, life science journals, and online books.
This MCP server relies on the pubmedclient Python package to perform the search and fetch operations.
Add the following to your claude_desktop_config.json file:
{
"mcpServers": {
"pubmedmcp": {
"command": "uvx",
"args": ["pubmedmcp@latest"],
"env": {
"UV_PRERELEASE": "allow",
"UV_PYTHON": "3.12"
}
}
}
}
Make sure uv is installed on your system and 'uvx' is available in your PATH (claude PATH sometimes is not the same as your system PATH).
You can add a PATH key in your claude_desktop_config.json file to make sure uv is available in claude PATH.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp