mcpbeat Sign in

Ebi Search MCP Server

local only

Ebi Search MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

EBI Search API: search EMBL-EBI biomedical databases.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · ebi-search-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ebi-search-mcp -- npx -y ebi-search-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ebi-search-mcp": {
      "args": [
        "-y",
        "ebi-search-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ebi-search-mcp]
command = "npx"
args = ["-y", "ebi-search-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ebi-search-mcp": {
      "args": [
        "-y",
        "ebi-search-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ebi-search-mcp": {
      "args": [
        "-y",
        "ebi-search-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ebi Search MCP

same job, measured the same way
Geonames
by pipeworx-io

GeoNames MCP — GeoNames geographical database API

35 tools answering
Cvinbio
by vedangvatsa123

Search professional profiles from the CVin.Bio talent database.

22 installs/wk local only
Chembl
by pipeworx-io

ChEMBL MCP — drug discovery database (EBI).

38 tools answering
Reactome
by pipeworx-io

Reactome biological pathway database

36 tools answering
CLI
by kanta

Kanta Verify, Find, and Database: email verification, email finding, and B2B contact search.

39 installs/wk local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

29 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

25 installs/wk local only
Open Food Facts
by domdomegg

Search and contribute to the Open Food Facts database.

51 installs/wk local only

Ebi Search MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ebi Search MCP?
Ebi Search MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ebi-search-mcp.
Is Ebi Search MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ebi Search MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ebi-search-mcp straight from npm; nothing to host, nothing to sign up for.