Opentargets Mcp Server
@Augmented-Nature
About Opentargets Mcp Server
Unofficial Model Context Protocol server for accessing Open Targets platform data for gene-drug-disease associations research.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"OpenTargets-MCP-Server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Opentargets Mcp Server?
An unofficial Model Context Protocol server for accessing Open Targets platform data to research gene-drug-disease associations. Developed by Augmented Nature, it provides six tools that query live Open Targets API data.
How to use Opentargets Mcp Server?
Install and build with npm install && npm run build, then run node build/index.js. Configure in MCP clients such as Claude Desktop by adding a JSON entry pointing to the built server script.
Key features of Opentargets Mcp Server
- Six verified tools working with live Open Targets API data
- Target and disease search with size control (1β500 results)
- Target-disease associations with evidence scores from 20+ databases
- Comprehensive gene/protein and disease profile details
- Resource templates using standardized URIs
- GraphQL-based queries with no authentication required
Use cases of Opentargets Mcp Server
- Cancer research workflow: search oncogenes, retrieve target details, find associated diseases, and get prioritized targets
- Drug discovery pipeline: search for diseases, retrieve disease profiles, and identify therapeutic targets
FAQ from Opentargets Mcp Server
What runtime does Opentargets Mcp Server require?
Node.js is required to run the server, as it is built and executed using npm and node commands.
Does Opentargets Mcp Server require authentication?
No, the Open Targets API does not require authentication and offers generous rate limits for research use.
What data sources does Opentargets Mcp Server use?
It integrates over 20 databases including ChEMBL, Ensembl, EFO, ClinVar, GWAS Catalog, UniProt, and Reactome.
How is data accessed in Opentargets Mcp Server?
Data is retrieved via GraphQL queries to the Open Targets platform API v4 (api.platform.opentargets.org/api/v4/graphql) using standardized identifiers (Ensembl gene IDs, EFO IDs, ChEMBL IDs).
Are there any known limits of Opentargets Mcp Server?
The README notes generous rate limits for research use but does not specify exact caps; tools have a default result size of 25 (max 500).
More Data & Analytics MCP servers
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
MCP Server for Data Exploration
reading-plus-aimcp-server-apache-airflow
yangkyeongmoFederal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Comments