MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

elnora-mcp-server MCP Server

C
by Carmen Kivisild
Education & ResearchLow Risk9.8LocalRemote
Free

AI agent for preclinical lab work

About

Connect AI agents to the Elnora bioprotocol optimization platform via MCP. Generate, optimize, and manage wet-lab protocols directly from Claude Code, Cursor, VS Code, Codex, and ChatGPT. 74 tools across 15 categories including protocol generation, file management, project organization, and full-text search. OAuth 2.1 and API key authentication supported.

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (3 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

ELNORA_ACCOUNTRequired
Sign up free

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Generate a HEK 293 cell maintenance protocol using Elnora"
  • 2"List my files in Elnora and show the most recent protocol"
  • 3"Create a new project called Q3 Assays and add folders for each cell line"
  • 4Tool: elnora_generate_protocol — Generate optimized bioprotocols from natural language descriptions

Documentation

View on GitHub

From the project's GitHub 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

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):

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

VS Code (Copilot)

Add to your .vscode/mcp.json:

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

Codex

codex --mcp-config mcp.json

With mcp.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:

{
  "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

  • Bug reports and feature requests: GitHub Issues
  • Account and billing: support@elnora.ai
  • Security vulnerabilities: security@elnora.ai

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Uptime

Operational
30-day uptime100%
Avg latency (24h)149ms
Last checked09:00 AM

Tags

mcpbioprotocollab-protocolai-agentlife-sciencespharmamodel-context-protocolelnora

Use Cases

  • Bioprotocol generation
  • Preclinical lab work
  • Cell culture
  • Lab protocol optimization
  • File and project management
  • Team collaboration for research

Links

Source CodeDocumentationnpm PackageRemote Endpoint

Details

Published March 10, 2026
Version 1.0.0
0 installs
Local & Remote Plugin

More Education & Research MCP Servers

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
483
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
65
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
22
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
16
Installs
10.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
16
Installs
10.0
Security
No ratings yet
Local

Google Workspace MCP

Free

by Taylorwilsdon · Productivity

Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI

1.6K
Stars
13
Installs
7.0
Security
No ratings yet
Local