- Explore MCP Servers
- pubmed-search-mcp-server
Pubmed Search Mcp Server
What is Pubmed Search Mcp Server
pubmed-search-mcp-server is a Model Content Protocol server designed to provide tools for searching and retrieving academic papers from the PubMed database.
Use cases
Use cases include academic research, literature reviews, and any scenario where researchers need to find and retrieve specific academic papers from the PubMed database.
How to use
To use pubmed-search-mcp-server, you can either install it automatically via Smithery using the command ‘npx -y @smithery/cli install @gradusnikov/pubmed-search-mcp-server --client claude’ or manually by cloning the repository, installing dependencies, and starting the server in development mode.
Key features
Key features include searching PubMed by keywords in titles, abstracts, or author names, and retrieving detailed information such as titles, authors, journals, abstracts, DOIs, and more.
Where to use
pubmed-search-mcp-server is primarily used in academic and research fields where access to medical and scientific literature is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Pubmed Search Mcp Server
pubmed-search-mcp-server is a Model Content Protocol server designed to provide tools for searching and retrieving academic papers from the PubMed database.
Use cases
Use cases include academic research, literature reviews, and any scenario where researchers need to find and retrieve specific academic papers from the PubMed database.
How to use
To use pubmed-search-mcp-server, you can either install it automatically via Smithery using the command ‘npx -y @smithery/cli install @gradusnikov/pubmed-search-mcp-server --client claude’ or manually by cloning the repository, installing dependencies, and starting the server in development mode.
Key features
Key features include searching PubMed by keywords in titles, abstracts, or author names, and retrieving detailed information such as titles, authors, journals, abstracts, DOIs, and more.
Where to use
pubmed-search-mcp-server is primarily used in academic and research fields where access to medical and scientific literature is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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" ] },
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










