Skip to main content
ClaudeWave

Open Targets disease/target/drug knowledge graph (GraphQL)

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pipeworx-io/mcp-opentargets
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-opentargets": {
      "command": "node",
      "args": ["/path/to/mcp-opentargets/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pipeworx-io/mcp-opentargets and follow its README for install instructions.
Use cases

MCP Servers overview

# mcp-opentargets

Open Targets MCP — disease/target/drug knowledge graph.

Part of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 1356+ live data sources.

## Tools

| Tool | Description |
|------|-------------|
| `target` | "Drug target profile for [gene]" / "is [gene] a druggable target" / "[gene] target info" / "target ID [ENSG...]" — fetch a drug-target profile (Open Targets uses Ensembl gene IDs as target identifiers). Returns approved symbol, name, biotype, protein IDs, pathways, synonyms. Use for target characterization in drug discovery. |
| `disease` | "Disease profile for [EFO_N]" / "look up disease [ID]" — fetch a disease profile from Open Targets by EFO (Experimental Factor Ontology) ID. Returns name, description, therapeutic areas, ontology cross-refs. Pair with `disease_associations` to find drug targets for the disease. |
| `drug` | "Drug info for [ChEMBL ID]" / "look up [drug] target info" / "[CHEMBL...] mechanism" — fetch a drug profile from Open Targets by ChEMBL ID. Returns name, mechanisms of action, indications, target genes, trade names, clinical-trial phase. Use for drug research, mechanism queries. |
| `search` | "Find [disease / drug / gene target]" / "Open Targets lookup for [name]" / "what\'s the Open Targets ID for [X]" — text search across diseases, drug targets, and drugs in the Open Targets Platform (the leading drug-discovery knowledge graph). Returns ranked matches with their canonical IDs (ENSG... for targets, EFO_... for diseases, CHEMBL... for drugs). Use first to find IDs, then call target/disease/drug for details. |
| `target_associations` | "What diseases is [gene] involved in" / "diseases associated with [target]" / "what does [gene] cause" — top disease associations for a drug target (Ensembl gene ID), scored by integrated Open Targets evidence (genetics, expression, animal models, drugs, literature, pathways). Use to triage what diseases a candidate target might address. |
| `disease_associations` | "Best drug targets for [disease]" / "what genes are linked to [condition]" / "druggable targets in [disease]" — top drug-target candidates for a disease (EFO ID), scored by integrated evidence. Use for target discovery in a therapeutic area. |
| `target_known_drugs` | "What drugs target [gene]" / "approved drugs against [target]" / "clinical-trial drugs for [gene]" — drugs that have been clinically tested or approved against a drug target (Ensembl gene ID). Returns drug names, mechanisms, indications, clinical trial phases. Use for competitive landscape / drug-repositioning queries. |

## Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

```json
{
  "mcpServers": {
    "opentargets": {
      "url": "https://gateway.pipeworx.io/opentargets/mcp"
    }
  }
}
```

Or connect to the full Pipeworx gateway for access to all 1356+ data sources:

```json
{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}
```

## Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

```
ask_pipeworx({ question: "your question about Opentargets data" })
```

The gateway picks the right tool and fills the arguments automatically.

## More

- [All tools and guides](https://github.com/pipeworx-io/examples)
- [pipeworx.io](https://pipeworx.io)

## License

MIT
mcpmcp-servermodel-context-protocolopentargetspipeworx

What people ask about mcp-opentargets

What is pipeworx-io/mcp-opentargets?

+

pipeworx-io/mcp-opentargets is mcp servers for the Claude AI ecosystem. Open Targets disease/target/drug knowledge graph (GraphQL) It has 0 GitHub stars and was last updated today.

How do I install mcp-opentargets?

+

You can install mcp-opentargets by cloning the repository (https://github.com/pipeworx-io/mcp-opentargets) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pipeworx-io/mcp-opentargets safe to use?

+

Our security agent has analyzed pipeworx-io/mcp-opentargets and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains pipeworx-io/mcp-opentargets?

+

pipeworx-io/mcp-opentargets is maintained by pipeworx-io. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to mcp-opentargets?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-opentargets to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pipeworx-io/mcp-opentargets
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pipeworx-io-mcp-opentargets)](https://claudewave.com/repo/pipeworx-io-mcp-opentargets)
<a href="https://claudewave.com/repo/pipeworx-io-mcp-opentargets"><img src="https://claudewave.com/api/badge/pipeworx-io-mcp-opentargets" alt="Featured on ClaudeWave: pipeworx-io/mcp-opentargets" width="320" height="64" /></a>

More MCP Servers

mcp-opentargets alternatives