Pubmed
Freeby MCP Community
MCP server for PubMed/NCBI E-utilities integration. Search articles, fetch metadata, generate citations, explore MeSH terms, and discover related research.
v2.3.3Added Apr 12, 2026
pubmedncbibiomedicalresearchcitations
Pubmed MCP Server
MCP server for PubMed/NCBI E-utilities integration. Search articles, fetch metadata, generate citations, explore MeSH terms, and discover related research.
Installation
Reviews
Installation
Quick install
npx -y @cyanheads/pubmed-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"pubmed": {
"command": "npx",
"args": ["-y", "@cyanheads/pubmed-mcp-server"]
}
}
}