ebi search mcp for Cursor
io.github.mrfentmen/ebi-search-mcp
EBI Search API: search EMBL-EBI biomedical databases.
client:Cursor
transport:stdio
runtime:npm
Install ebi search mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ebi-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ebi-search-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs