Skip to main content
Search & Data ExtractionPython

vitorpavinato/ncbi-mcp-server

Comprehensive NCBI/PubMed literature search server with advanced analytics, caching, MeSH integration, related articles discovery, and batch processing for all life sciences and biomedical research.

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/vitorpavinato/ncbi-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "ncbi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "vitorpavinato/ncbi-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
vitorpavinato