EBI Bioinformatics Tools
БесплатноНе проверенBridges AI clients to EMBL-EBI Job Dispatcher for bioinformatics analysis workflows.
Описание
Bridges AI clients to EMBL-EBI Job Dispatcher for bioinformatics analysis workflows.
README
This is a Model Context Protocol (MCP) server. It lets MCP clients (Claude Desktop, Claude Code, Continue, etc.) query the upstream Ebi Tools API in natural language. It is one of 100+ servers in the Bio MCP monorepo.
Connect
The server is deployed and ready at:
https://ebi-tools-mcp-server.quentincody.workers.dev/mcp
Add it to your MCP client (Claude Desktop → Settings → Developer → Edit Config):
{
"mcpServers": {
"ebi-tools": {
"command": "npx",
"args": ["mcp-remote", "https://ebi-tools-mcp-server.quentincody.workers.dev/mcp"]
}
}
}
For local development the server runs at http://localhost:8842/mcp (start it with ./scripts/dev-servers.sh ebi-tools):
{
"mcpServers": {
"ebi-tools-local": {
"command": "npx",
"args": ["mcp-remote", "http://localhost:8842/mcp"]
}
}
}
Tools
ebi_tools_search— discover available API operations (Code Mode catalog search, 18 endpoints)ebi_tools_execute— Code Mode: write JavaScript in a V8 isolate (api.get()/api.post()/searchSpec()) instead of issuing tool calls one by oneebi_tools_query_data— run SQL over large responses auto-staged into a per-session SQLite databaseebi_tools_get_schema— inspect the inferred schema of a staged datasetebi_tools_job_resultebi_tools_job_statusebi_tools_list_toolsebi_tools_submit_job
Large responses (>30KB) are auto-staged into a queryable SQLite database; the tools return a data_access_id you can query with SQL.
Every tool returns both a human-readable content summary and a structured structuredContent payload.
Development
./scripts/dev-servers.sh ebi-tools # run locally (port 8842)
pnpm --filter ebi-tools-mcp-server run deploy # deploy to Cloudflare Workers
See docs/adding-mcp-servers.md and the root README for the full architecture (Code Mode, staging, portals).
Auto-generated baseline README — refine with server-specific detail as needed.
Установка EBI Bioinformatics Tools
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/quentincody/ebi-tools-mcp-serverFAQ
EBI Bioinformatics Tools MCP бесплатный?
Да, EBI Bioinformatics Tools MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для EBI Bioinformatics Tools?
Нет, EBI Bioinformatics Tools работает без API-ключей и переменных окружения.
EBI Bioinformatics Tools — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить EBI Bioinformatics Tools в Claude Desktop, Claude Code или Cursor?
Открой EBI Bioinformatics Tools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare EBI Bioinformatics Tools with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
