The PubMed MCP Server provides a bridge between AI assistants and PubMed's vast repository of biomedical literature through the Model Context Protocol (MCP). It allows AI models to search for scientific articles, access their metadata, and perform deep analysis in a programmatic way.
search_pubmed_key_words
Search articles on PubMed using keywords.
search_pubmed_advanced
Perform an advanced article search on PubMed with multiple parameters.
get_pubmed_article_metadata
Retrieve metadata of a PubMed article using its PMID.
download_pubmed_pdf
Attempt to download the full-text PDF of a PubMed article.
deep_paper_analysis
Perform a comprehensive analysis of a PubMed article.
{
"mcpServers": {
"pubmed": {
"command": "python",
"args": ["-m", "pubmed-mcp-server"]
}
}
}