Loading MCP server directory, please wait...
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
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": "",
"NCBI_ADMIN_EMAIL": "",
"UNPAYWALL_EMAIL": ""
}
}
}
}