MCP & integrations

Connect Claude Code, Cursor, VS Code, and other AI tools to Elnora over the Model Context Protocol.

The Elnora MCP server lets AI tools call the Elnora platform directly over the Model Context Protocol. It exposes 101 tools across 14 categories — the same operations as the REST API and CLI.

  • Endpoint: https://mcp.elnora.ai/mcp (remote, Streamable HTTP — nothing to install)
  • Health: https://mcp.elnora.ai/health

Authentication

Two options:

  1. OAuth 2.1 (default) — your client opens a browser to authorize on first connect.
  2. API key — send your Elnora API key in the X-API-Key header (created in the dashboard).

Connect your client

Claude Code

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

Cursor / VS Code / Codex (mcp.json)

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

Tool catalog

  • Tasks — Create tasks and drive the Elnora agent. (10 tools)
  • Files — Upload, manage, and organize workspace files. (23 tools)
  • Protocols — Generate and optimize bioprotocols. (1 tool)
  • Projects — Create and manage projects and members. (10 tools)
  • Organizations — Manage organizations, members, and invitations. (20 tools)
  • Folders — Create and manage folders. (12 tools)
  • Library — Manage your organization's shared library. (5 tools)
  • Search — Search across your knowledge base and content. (4 tools)
  • API keys — Create, list, and revoke API keys. (5 tools)
  • Audit — Read your organization's audit log. (1 tool)
  • Account — Manage your account profile and agreements. (5 tools)
  • Feedback — Submit product feedback. (1 tool)
  • Feature flags — Read feature flags. (3 tools)
  • Health — Service health checks. (1 tool)

On this page