pubmed-mcp-server
Search PubMed, fetch articles and full text, generate citations, and explore MeSH terms via NCBI.
Deployment
https://pubmed.caseyjhand.com/mcpPackage Details
@cyanheads/pubmed-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
NCBI API key for higher rate limits (10 req/s vs 3 req/s).
Contact email sent with NCBI requests (recommended by NCBI).
Contact email for Unpaywall. When set, pubmed_fetch_fulltext falls back to Unpaywall open-access copies for DOIs not in PMC.
@cyanheads/pubmed-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
Public origin override for deployments behind a TLS-terminating reverse proxy (e.g. https://mcp.example.com).
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
NCBI API key for higher rate limits (10 req/s vs 3 req/s).
Contact email sent with NCBI requests (recommended by NCBI).
Contact email for Unpaywall. When set, pubmed_fetch_fulltext falls back to Unpaywall open-access copies for DOIs not in PMC.