uniprot mcp for Cursor
io.github.mrfentmen/uniprot-mcp
Protein sequences, names, and functions from UniProt. No key required.
client:Cursor
transport:stdio
runtime:npm
Install uniprot mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uniprot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"uniprot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs