Elnora Plugins banner
Elnora-AI Elnora-AI

Elnora Plugins

AI community

Description

Elnora AI plugins marketplace — universal Agent Skills + MCP for bioprotocol generation

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Elnora Plugins — AI-Powered Bioprotocol Generation

The [Elnora AI Platform](https://elnora.ai) for generating, optimizing, and managing bioprotocols for wet-lab experiments. This marketplace provides a Claude Code plugin with 10 skills + an MCP server declaration.

Installation (Claude Code)

There are three paths, depending on your setup. Path 1 is recommended.

Path 1: CLI + Plugin (recommended)

One command installs everything — CLI, plugin (skills + MCP), authentication. Pick the line for your OS or package manager:

**macOS / Linux**

curl -fsSL https://cli.elnora.ai/install.sh | bash

**Windows**

irm https://cli.elnora.ai/install.ps1 | iex

**npm (any OS with Node.js 20+)**

npm install -g @elnora-ai/cli

**Homebrew (macOS / Linux)**

brew install elnora-ai/cli/elnora

The installer prompts for your API key, then `elnora setup claude` registers the plugin. First MCP use triggers OAuth (one browser click), then cached.

Path 2: Plugin only — OAuth in browser

Prefer browser-based OAuth, or running without a CLI? Install the plugin alone. In Claude Code:

/plugin
# Choose: Add marketplace → Elnora-AI/elnora-plugins
/plugin
# Choose: Enable → elnora

Plugin provides: 10 skills + MCP declaration. Say "Use Elnora to list projects" — Claude invokes MCP, triggers OAuth on first use, then cached. No CLI needed.

Path 3: Advanced — API key MCP (CI / skip OAuth)

If you prefer API key auth over OAuth (useful for CI or non-interactive environments):

claude mcp add elnora --transport http --scope user \
  https://mcp.elnora.ai/mcp \
  --header "X-API-Key: "

Use this instead of the plugin's built-in MCP declaration. If the plugin is also enabled, you'll have two entries named "elnora" — pick one or the other, don't enable both.

Installation (other platforms)

For Cursor, Codex, VS Code Copilot, Gemini CLI, and any other MCP-compatible client,