Unofficial Open Targets MCP Server 🧬
@Augmented-Nature
Unofficial Open Targets MCP Server 🧬 について
Unofficial Model Context Protocol server for accessing Open Targets platform data for gene-drug-disease associations research.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Augmented-Nature-OpenTargets-MCP-Server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Unofficial Open Targets MCP Server?
An unofficial Model Context Protocol server that provides access to Open Targets platform data for gene‑drug‑disease associations research. It is developed by Augmented Nature and uses the Open Targets v25.0.1 API.
How to use Unofficial Open Targets MCP Server?
Install and build the server with npm install and npm run build, then run it with node build/index.js. Configure it as an MCP client (e.g., Claude Desktop) by adding the server to the mcpServers object with the node command and path to the built index.js.
Key features of Unofficial Open Targets MCP Server
- Six verified tools: target search, disease search, target‑disease associations, disease target summaries, target details, disease details
- Access 20+ integrated databases including ChEMBL, Ensembl, EFO, ClinVar, GWAS Catalog, UniProt, and Reactome
- Resource templates using standardized URIs (e.g.,
opentargets://target/{ensemblId}) - No authentication required; generous rate limits for research use
- TypeScript implementation with GraphQL queries and JSON‑RPC communication
- Error handling, 30‑second timeouts, and proper logging
Use cases of Unofficial Open Targets MCP Server
- Cancer research workflow: search for oncogenes, get target details, find associated diseases, and retrieve prioritized targets for a specific cancer
- Drug discovery pipeline: search for a disease, get its details, and find prioritized therapeutic targets
- Retrieve comprehensive gene/protein information for a given Ensembl ID
- Obtain disease profiles with ontologies and evidence scores from multiple databases
FAQ from Unofficial Open Targets MCP Server
What is the Open Targets platform?
Open Targets is a platform that integrates data from 20+ databases to provide evidence‑based target‑disease associations for drug discovery.
What identifiers are used for targets, diseases, and drugs?
Targets use Ensembl gene IDs (e.g., ENSG00000012048), diseases use EFO IDs (e.g., EFO_0000305), and drugs use ChEMBL IDs (e.g., CHEMBL1234).
Is authentication required to use the server?
No, the Open Targets API requires no authentication and is freely accessible for research.
What are the rate limits?
Rate limits are described as generous for research use, though no specific numbers are provided.
What data sources are integrated?
The server queries the Open Targets platform, which combines data from 20+ databases including ChEMBL, Ensembl, EFO, ClinVar, GWAS Catalog, UniProt, and Reactome.
「データと分析」の他のコンテンツ
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
MCP Server for Data Exploration
reading-plus-aiPubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
コメント