Back to MCP Servers
Biomcp
Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info.
biology-medicine-and-bioinformaticsgo
Installation
npx -y biomcpConfiguration
{
"mcpServers": {
"biomcp": {
"command": "npx",
"args": ["-y", "biomcp"]
}
}
}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