Skip to content
VS Code

UniProt MCP for VS Code

io.github.josefdc/uniprot-mcp

Read-only UniProtKB via MCP (entries, sequences, features, GO, taxonomy, ID mapping).

client:VS Code transport:stdio runtime:pypi

Install UniProt MCP in VS Code

.vscode/mcp.json

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

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

UniProt MCP in other clients