andybrandt/mcp-simple-pubmed
π βοΈ MCP to search and read medical / life sciences papers from PubMed.
Quick Start
Clone the repository:
git clone https://github.com/andybrandt/mcp-simple-pubmedClaude Desktop configuration example:
{
"mcpServers": {
"mcp-simple-pubmed": {
"command": "npx",
"args": [
"-y",
"andybrandt/mcp-simple-pubmed"
]
}
}
}Check the repository README for specific installation and configuration instructions.