MCP ExplorerExplorer

Pubmed Search Mcp Server

@gradusnikovon a year ago
5 BSD-3-Clause
FreeCommunity
AI Systems
A Model Content Protocol server that provides tools to search and retrieve academic papers from PubMed database.

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.

Content

PubMedSearch MCP Server

smithery badge

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

  1. Clone this repository:

    git clone <repository-url>
    cd pubmed-search-mcp-server
    
  2. Install dependencies:

    pip install fastmcp requests python-dotenv
    
  3. Create a .env file in the project root (if needed for configuration)

Usage

  1. Start the server in development mode:

    mcp dev pubmed_search_mcp_server.py
    
  2. 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"
                ]
            },
    

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers