clinpgx-mcp-server

QuentinCody/clinpgx-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
ClinPGx (formerly PharmGKB) MCP server — CPIC/DPWG dosing guidelines, clinical annotations, drug labels, pharmacogenomic relationships
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": {
    "clinpgx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "QuentinCody/clinpgx-mcp-server"
      ]
    }
  }
}