Loading MCP server directory, please wait...
Comprehensive PubMed MCP Server to search, retrieve, and analyze biomedical literature from NCBI.
npx @getmcp/cli add io.github.cyanheads/pubmed-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/pubmed-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/pubmed-mcp-server",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info",
"NCBI_API_KEY": ""
}
}
}
}