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_wordsSearch articles on PubMed using keywords.
search_pubmed_advancedPerform an advanced article search on PubMed with multiple parameters.
get_pubmed_article_metadataRetrieve metadata of a PubMed article using its PMID.
download_pubmed_pdfAttempt to download the full-text PDF of a PubMed article.
deep_paper_analysisPerform a comprehensive analysis of a PubMed article.
{
"mcpServers": {
"pubmed": {
"command": "python",
"args": ["-m", "pubmed-mcp-server"]
}
}
}