Opentargets Mcp Server
@Augmented-Nature
Opentargets Mcp Server について
Unofficial Model Context Protocol server for accessing Open Targets platform data for gene-drug-disease associations research.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"OpenTargets-MCP-Server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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).
「データと分析」の他のコンテンツ
Data Visualization MCP Server
isaacwassermanMCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
HubSpot MCP Server
peakmojoA 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.
コメント