PubMed-MCP-Server

JackKuo666/PubMed-MCP-Server
★ 105 stars Python 🤖 AI/LLM Updated 1mo ago
🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
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": {
    "pubmed-mcp-server": {
      "command": "uvx",
      "args": [
        "pubmed-mcp-server"
      ]
    }
  }
}

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