opentargets for Cursor
io.github.nickzren/opentargets
Open Targets MCP server for targets, diseases, drugs, variants, and evidence
client:Cursor
transport:stdio
runtime:pypi
Install opentargets in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"opentargets": {
"type": "stdio",
"command": "uvx",
"args": [
"opentargets-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs