get_related_articles
ActiveTool of mcp-pubmed
Find papers SIMILAR to a given article — NIH PubMed's own computed 'related articles' (pubmed_pubmed neighbors), ranked by relevance using shared terms/MeSH/citations. Pass one PMID; returns the top related papers with full citation metadata (title, authors, journal, date, DOI). Use for "more papers like this", building a reading list from a seed paper, or broadening a literature search beyond keyword matches. Distinct from get_citations (which finds papers that cite this one).
Parameters schema
{
"type": "object",
"required": [
"pmid"
],
"properties": {
"pmid": {
"type": "string",
"description": "A single PubMed ID to find neighbors for (e.g., \"24025838\")"
},
"limit": {
"type": "number",
"description": "Number of related articles to return (1-50, default 10)"
}
}
}Parent server
mcp-pubmed
https://github.com/pipeworx-io/mcp-pubmed
2/7 registries