mcp-simple-pubmed

andybrandt/mcp-simple-pubmed
★ 163 stars Python 🗄️ Database Updated 1mo ago
MCP server for searching and querying PubMed medical papers/research database
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-simple-pubmed": {
      "command": "uvx",
      "args": [
        "mcp-simple-pubmed"
      ]
    }
  }
}

Or install with pip: pip install mcp-simple-pubmed