Back to MCP Servers

Ncbi

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-extraction

Installation

npx -y ncbi-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub