# MCP & integrations

Source: https://docs.elnora.ai/docs/mcp
Last modified: 2026-09-08T22:34:42-06:00

> 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](https://modelcontextprotocol.io). 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

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

### Cursor / VS Code / Codex (mcp.json)

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

## Tool catalog

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