opentargets mcp for Cursor
io.github.mrfentmen/opentargets-mcp
Keyless MCP server for Open Targets: gene/disease/drug search, target details, disease associations.
client:Cursor
transport:stdio
runtime:npm
Install opentargets mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opentargets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"opentargets-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs