Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Ncbi Eutils

FreeNot checked

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

GitHubEmbed

About

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

README

NCBI E-utilities MCP — federated search and fetch across all NCBI Entrez databases: PubMed, Gene, Nucleotide, Protein, Taxonomy, ClinVar, dbSNP, OMIM, BioProject, BioSample, SRA, … Keyless (3 req/s without key).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • einfo(db?) — database info / field list
  • esearch(db, term, retmax?, retstart?, sort?) — search → uid list
  • esummary(db, ids, retstart?) — summary records by uid
  • efetch(db, ids, rettype?, retmode?) — full records
  • elink(dbfrom, dbto, ids, linkname?) — links across databases
  • egquery(term) — global query across all databases

Data source

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "ncbi-eutils": {
      "url": "https://gateway.pipeworx.io/ncbi-eutils/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Ncbi Eutils data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-ncbi-eutils

Installing Ncbi Eutils

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-ncbi-eutils

FAQ

Is Ncbi Eutils MCP free?

Yes, Ncbi Eutils MCP is free — one-click install via Unyly at no cost.

Does Ncbi Eutils need an API key?

No, Ncbi Eutils runs without API keys or environment variables.

Is Ncbi Eutils hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Ncbi Eutils in Claude Desktop, Claude Code or Cursor?

Open Ncbi Eutils on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Ncbi Eutils with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs