UniProt MCP for Cursor
io.github.josefdc/uniprot-mcp
Read-only UniProtKB via MCP (entries, sequences, features, GO, taxonomy, ID mapping).
client:Cursor
transport:stdio
runtime:pypi
Install UniProt MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"uniprot-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"uniprot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs