Back to MCP Servers
Simple Pubmed
🐍 ☁️ MCP to search and read medical / life sciences papers from PubMed.
search-data-extraction
By andybrandt
Installation
npx -y mcp-simple-pubmedConfiguration
{
"mcpServers": {
"mcp-simple-pubmed": {
"command": "npx",
"args": ["-y", "mcp-simple-pubmed"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes