/
Comprehensive PubMed MCP Server to search, retrieve, and analyze biomedical literature from NCBI.
Server configuration and capabilities from the MCP manifest
Size: 1,684 bytes (421 tokens)
Tools Found: 2
Analysis ID: da0r5e0e
This MCP server provides tools for searching and retrieving articles from the PubMed database.
Stars
Registry ID: 3330804b-b80f-4333-93ae-c578e7848b26
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: Apache License 2.0
Default Branch: main
Last Push: 9/17/2025
Open Issues: 1
Historical performance and growth metrics over time
{
"name": "io.github.cyanheads/pubmed-mcp-server",
"tags": [
"mcp",
"model-context-protocol",
"ai-agent",
"llm",
"pubmed",
"ncbi",
"e-utilities",
"bioinformatics",
"literature-search",
"citation-analysis",
"data-visualization",
"api-server",
"typescript",
"nodejs"
],
"tools": [
{
"name": "pubmed-mcp-server",
"description": "Production-ready PubMed Model Context Protocol (MCP) server that empowers AI agents and research tools with comprehensive access to PubMed's article database.",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query for PubMed articles."
},
"filters": {
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date filter for articles."
},
"type": {
"type": "string",
"description": "Type of articles to filter."
}
},
"additionalProperties": true
}
}
},
"output_schema": {
"type": "object",
"properties": {
"results": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"authors",
"abstract",
"pubDate",
"doi"
],
"properties": {
"doi": {
"type": "string",
"description": "Digital Object Identifier of the article."
},
"title": {
"type": "string",
"description": "Title of the article."
},
"authors": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of authors of the article."
},
"pubDate": {
"type": "string",
"description": "Publication date of the article."
},
"abstract": {
"type": "string",
"description": "Abstract of the article."
}
}
}
}
}
}
}
],
"version": "1.4.4",
"categories": [
"mcp",
"model-context-protocol",
"ai-agent",
"llm",
"biomedical-research",
"scientific-literature",
"computational-biology",
"health-tech",
"research-automation"
],
"description": "Comprehensive PubMed MCP Server to search, retrieve, and analyze biomedical literature from NCBI."
}Forks
Watchers
Contributors
Last Push: 9/17/2025
Open Issues: 1