
pubmed search mcp server
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.
Repository Info
About This Server
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.
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
PubMedSearch MCP Server
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.
Features
- Search PubMed by keywords in title/abstract or author names
- Retrieve detailed information including title, authors, journal, abstract, DOI and more
Installing via Smithery
To install pubmed-search-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @gradusnikov/pubmed-search-mcp-server --client claude
Installing Manually
-
Clone this repository:
git clone <repository-url> cd pubmed-search-mcp-server -
Install dependencies:
pip install fastmcp requests python-dotenv -
Create a
.envfile in the project root (if needed for configuration)
Usage
-
Start the server in development mode:
mcp dev pubmed_search_mcp_server.py -
or add the server to Claude Desktop app CLAUDE_DIRECTORY/claude_desktop_config.json. For example if you are using Windows Subsystem for Linux (WSL) it may look like this:
"pubmed-search": { "command": "wsl.exe", "args": [ "bash", "-c", "source /home/[user]/anaconda3/etc/profile.d/conda.sh && conda activate mcp && mcp run /home/[user]/pubmed-search-mpc-server/pubmed_search_mcp_server.py" ] },
Quick Start
Clone the repository
git clone https://github.com/gradusnikov/pubmed-search-mcp-serverInstall dependencies
cd pubmed-search-mcp-server
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.