Skip to content
Grok

opentargets for Grok

io.github.nickzren/opentargets

Open Targets MCP server for targets, diseases, drugs, variants, and evidence

client:Grok transport:stdio runtime:pypi

Install opentargets in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "opentargets": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "opentargets-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

opentargets in other clients