P
Pubmed MCP
A Model Context Protocol (MCP) server that enables AI assistants to search and analyze PubMed medical literature with advanced filtering, citations, and research tools.
Created 6/4/2025
Updated 2 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx pubmed-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"chrismannina-pubmed-mcp": {
"command": "uvx",
"args": [
"pubmed-mcp"
]
}
}
}