Skip to content
VS Code

Ncbi Eutils for VS Code

io.github.pipeworx-io/ncbi-eutils

NCBI E-utilities — federated Entrez search/fetch (PubMed/Gene/Nucleotide/…)

client:VS Code transport:streamable-http

Install Ncbi Eutils in VS Code

.vscode/mcp.json

{
  "servers": {
    "ncbi-eutils": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/ncbi-eutils/mcp"
    }
  }
}

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

Ncbi Eutils in other clients