
pubmedmcp
A MCP server for PubMed data
Repository Info
About This Server
A MCP server for PubMed data
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
PubMed MCP
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.
Usage
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.
Quick Start
Clone the repository
git clone https://github.com/grll/pubmedmcpInstall dependencies
cd pubmedmcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.