Elnora MCP Server

平台与服务

by elnora-ai

由 AI 驱动的生物实验 protocol 优化工具,可通过 MCP 生成、搜索并管理实验室 protocol 与流程。

什么是 Elnora MCP Server

由 AI 驱动的生物实验 protocol 优化工具,可通过 MCP 生成、搜索并管理实验室 protocol 与流程。

README

Elnora MCP Server

Connect AI agents to the Elnora bioprotocol optimization platform via the Model Context Protocol.

License

What is Elnora?

Elnora is an AI-powered platform that helps researchers generate, optimize, and manage bioprotocols for wet-lab experiments. With this MCP server, you can interact with Elnora directly from AI coding assistants like Claude Code, Cursor, VS Code, Codex, and ChatGPT.

Quick Start

Add the Elnora MCP server to your AI client. No installation required — just point to the remote URL.

Claude Code

bash
claude mcp add elnora --transport http --scope user https://mcp.elnora.ai/mcp

Installation scopes:

ScopeFlagWhere it's storedBest for
User--scope user~/.claude.jsonAvailable in all your projects (recommended)
Local--scope localCurrent project configSingle-project use (default if omitted)
Project--scope project.mcp.json in project rootTeam sharing via version control

Cursor

Add to your Cursor MCP settings (Settings > MCP Servers):

json
{
  "mcpServers": {
    "elnora": {
      "url": "https://mcp.elnora.ai/mcp"
    }
  }
}

VS Code (Copilot)

Add to your .vscode/mcp.json:

json
{
  "servers": {
    "elnora": {
      "type": "http",
      "url": "https://mcp.elnora.ai/mcp"
    }
  }
}

Codex

bash
codex --mcp-config mcp.json

With mcp.json:

json
{
  "mcpServers": {
    "elnora": {
      "url": "https://mcp.elnora.ai/mcp"
    }
  }
}

ChatGPT

Add as a remote MCP server in ChatGPT settings using the URL https://mcp.elnora.ai/mcp.


On first connection, a browser window will open for OAuth login. Subsequent requests use the issued token automatically.

Authentication

OAuth 2.1 (Recommended)

Most MCP clients handle OAuth automatically. On first connection:

  1. A browser window opens for login
  2. You authenticate with your Elnora account
  3. The client receives a token and uses it for subsequent requests

No manual configuration needed.

API Key

Create an API key in your Elnora dashboard and pass it via the X-API-Key header:

json
{
  "mcpServers": {
    "elnora": {
      "url": "https://mcp.elnora.ai/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Security best practices:

  • Never commit API keys to version control
  • Use environment variables or a secrets manager
  • Rotate keys periodically via the Elnora dashboard
  • Use OAuth when possible — it handles token refresh automatically

Capabilities

74 tools across 15 categories. All tools are discoverable through your MCP client's tool listing.

CategoryToolsWhat you can do
Protocols1Generate optimized bioprotocols from natural language descriptions
Tasks6Create conversation threads, send messages, get AI responses
Messages1Chat with Elnora's AI within a task context
Files18Upload, download, version, fork, and manage protocol files
Projects10Create projects and manage team membership
Organizations13Org settings, billing, member invitations
Folders5Organize files into nested folder structures
Library5Access the organization's shared protocol library
Search3Full-text search across tasks, files, and all resources
API Keys3Create and manage personal API keys
Audit1Query organization audit logs
Account4Manage user profile and agreements
Feedback1Submit platform feedback
Feature Flags2Check feature availability
Health1Verify API connectivity

Examples

Generate a bioprotocol

"Use Elnora to generate a HEK 293 cell maintenance protocol"

The assistant will call elnora_generate_protocol with your description and return the generated protocol. This can take 30-120s for complex requests.

Search and read files

"List my files in Elnora, then show me the content of the most recent protocol"

Manage tasks

"Show me my active Elnora tasks and get the messages from the latest one"

Organize a project

"Create a new project called 'Q3 Assays', add a folder for each cell line, and invite alex@example.com"

Troubleshooting

ErrorCauseSolution
401 UnauthorizedMissing or expired tokenRe-authenticate via OAuth or check your API key
403 ForbiddenInsufficient permissionsVerify your account has access to the requested resource
408 / TimeoutComplex operation taking too longProtocol generation can take up to 120s — try again or simplify the request
Connection refusedServer unreachableCheck your internet connection; verify https://mcp.elnora.ai/health is accessible

If you encounter persistent issues, please open a GitHub issue.

Security

We take security seriously. If you discover a vulnerability, please report it responsibly — see our security policy.

Contributing

See CONTRIBUTING.md for contribution guidelines.

Changelog

See CHANGELOG.md for version history.

License

Apache License 2.0

Support

常见问题

Elnora MCP Server 是什么?

由 AI 驱动的生物实验 protocol 优化工具,可通过 MCP 生成、搜索并管理实验室 protocol 与流程。

相关 Skills

MCP构建

by anthropics

Universal
热门

聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。

想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。

平台与服务
未扫描114.1k

Slack动图

by anthropics

Universal
热门

面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。

帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。

平台与服务
未扫描114.1k

MCP服务构建器

by alirezarezvani

Universal
热门

从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。

帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。

平台与服务
未扫描10.2k

相关 MCP Server

Slack 消息

编辑精选

by Anthropic

热门

Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。

这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。

平台与服务
83.4k

by netdata

热门

io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。

这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。

平台与服务
78.4k

by d4vinci

热门

Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。

这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。

平台与服务
35.4k

评论