opentargets mcp for VS Code
io.github.mrfentmen/opentargets-mcp
Keyless MCP server for Open Targets: gene/disease/drug search, target details, disease associations.
client:VS Code
transport:stdio
runtime:npm
Install opentargets mcp in VS Code
.vscode/mcp.json
{
"servers": {
"opentargets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opentargets-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs