Skip to content
VS Code

Pubmed for VS Code

io.github.pipeworx-io/pubmed

PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)

client:VS Code transport:streamable-http

Install Pubmed in VS Code

.vscode/mcp.json

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

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

Pubmed in other clients