Stats
Actions
Tags
From pubmed-mcp-server
Connects to the NCBI PubMed API for biomedical literature search, article retrieval, and metadata queries. Requires an NCBI API key and optionally an Unpaywall email.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pubmed-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/pubmed-mcp-server"
],
"env": {
"NCBI_API_KEY": "<your-ncbi-api-key>",
"UNPAYWALL_EMAIL": "",
"NCBI_ADMIN_EMAIL": "",
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Replace placeholder values for: NCBI_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
NCBI_API_KEY=UNPAYWALL_EMAIL=NCBI_ADMIN_EMAIL=MCP_TRANSPORT_TYPE=stdioSensitive values you must provide — never committed to source control
npx claudepluginhub cyanheads/cyanheads --plugin pubmed-mcp-server