Skip to main content
Search & Data ExtractionPython

andybrandt/mcp-simple-pubmed

🐍 ☁️ MCP to search and read medical / life sciences papers from PubMed.

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/andybrandt/mcp-simple-pubmed

Claude 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.

Details

Category
Search & Data Extraction
Language
Python
Author
andybrandt