Skip to content
VS Code

uniprot mcp for VS Code

io.github.mrfentmen/uniprot-mcp

Protein sequences, names, and functions from UniProt. No key required.

client:VS Code transport:stdio runtime:npm

Install uniprot mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "uniprot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "uniprot-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

uniprot mcp in other clients