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-serverConfiguration
{
"mcpServers": {
"ncbi-mcp-server": {
"command": "npx",
"args": ["-y", "ncbi-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes