Overhead view of a desk where files are organized on a laptop

Claude + Egnyte: What the Integration Can (and Can't) Do in 2026

Yes — Egnyte ships its own official MCP server, so connecting Claude to your Egnyte content is one of the cleaner integrations in this space. There’s no Anthropic-directory “Egnyte” connector you click on in Claude’s settings, but you don’t need one: Egnyte’s remote MCP server plugs straight into Claude as a custom connector, and it exposes real tools — hybrid search, AI document Q&A, summaries, share links — all while respecting your existing Egnyte permissions. There’s also an open-source self-hosted server and the raw Public API if you’d rather wire it yourself.

Here’s each route, when to pick it, and what to use when you want Egnyte work that happens without you at the keyboard.


Route 1: Egnyte’s official remote MCP server

This is the route Egnyte wants most teams on, and it’s the most capable. Egnyte runs a fully managed, hosted MCP server (at mcp-server.egnyte.com) that you add to Claude as a custom connector. Because it’s a remote MCP server, there’s nothing to install — Claude Desktop connects over HTTPS, you sign in with your Egnyte account via OAuth 2.0, and every request runs on your behalf with your permissions, roles, and folder-level controls fully applied. No API key is pasted anywhere.

Once connected, the server exposes a genuinely broad tool set, including:

  • search and advanced_search — hybrid and filtered search across your Egnyte files and content.
  • ask_document, summarize_document, ask_copilot — Egnyte’s own AI answering questions about a document or across files.
  • ask_knowledge_base / list_knowledge_bases — query Egnyte Knowledge Bases.
  • fetch, download_file_by_id, list_filesystem_by_path — pull content into the chat.
  • upload_file, create_folder, set_file_metadata, create_link, create_comment — light content management.

Two real prerequisites: the domain needs the Egnyte AI add-on, and an admin has to enable it — in Egnyte, Settings → Configuration → AI → “Allow external LLM clients to connect to Egnyte via MCP.” Without that toggle, the server won’t accept the connection. One documented limit worth knowing: uploads through the MCP server are restricted to text-based formats (.txt, .csv, .json, .md, .html) — binary files like .docx or .pdf can’t be uploaded this way.


Route 2: The open-source self-hosted MCP server

If you’d rather run the server inside your own infrastructure, Egnyte publishes an open-source one at github.com/egnyte/egnyte-mcp-server (Python, ~9 stars — it’s a reference implementation, not a busy community project). It runs locally over stdio and you point Claude Desktop at it in claude_desktop_config.json.

The honest tradeoff: it’s far simpler than the hosted server. It exposes a single tool — search_for_document_by_name — which finds a document in your domain by filename. You authenticate with an Egnyte API token (register at developers.egnyte.com to get one) set via a .env file, and you’ll need Python 3.11+ and the uv package manager. Pick this if you want a self-hosted, auditable starting point you can extend; pick Route 1 if you want the full search-and-reason capability out of the box.


Route 3: The Egnyte Public API + Claude Code

If you’re comfortable in a terminal, you can skip MCP entirely and let Claude Code call the Egnyte Public API directly. It’s a REST API under https://{yourdomain}.egnyte.com/pubapi/, and it goes well beyond what the MCP tools cover:

  • File System API — create, read, update, move, copy, delete, download, and list files and folders.
  • Permissions API — list, set, and remove folder permissions for users and groups.
  • Plus users, groups, links, and audit reporting.

Auth is OAuth 2.0 (bearer access tokens expire in 30 days, so your script needs to handle 401s and refresh). This is the route when you want Claude to help you build something — a migration script, a permissions audit, a bulk metadata cleanup — rather than answer questions in a chat.


The limits that actually matter

The MCP routes are excellent at bringing Egnyte content into a conversation. But every one of them shares the same shape — “an assistant you operate,” not “an agent that runs”:

  • No triggers. MCP tools only fire inside a session you start. Nothing watches for a new contract landing in a folder, a share link being created, or a document changing — you have to be there, prompting.
  • Laptop-bound for anything scheduled. The self-hosted server and Claude Desktop both need your machine awake and the app open. Close the laptop and nothing continues.
  • claude.ai on the web can’t reach a local/self-hosted setup. Route 2’s stdio server lives on your machine; only the remote server (Route 1) works without a desktop client running.
  • Gated behind the AI add-on and an admin toggle. The best route (the hosted server) requires the paid Egnyte AI add-on and an administrator to enable external MCP access.

So Claude + Egnyte is excellent for “help me find and make sense of this document right now,” and not built for “watch this deal folder and act every time something new shows up.”


If you want Egnyte work that runs on its own: Carly

The moment you want something to happen in Egnyte without you in the chat, you’ve crossed past what an MCP connector is for. Carly is an AI executive assistant built to act on triggers, 24/7, in the cloud:

  • When a new file lands in a project folder, Carly can read it, summarize it, and route the summary to the right person or channel.
  • When a signed document arrives, Carly can log it, file related attachments, and update your CRM or a tracking sheet.
  • On a schedule, Carly can sweep a folder, flag documents missing metadata, and email you the list — while your laptop is closed.
  • No-code setup — tell Carly “I’d like a system that summarizes every new file in this Egnyte folder and posts it to Slack” in plain English; it interviews you, then builds the workflow with you. No prompt engineering.
  • Actually sends — Carly drafts and sends real email through both Gmail and Outlook, not draft-only.
  • Connects to anything — 200+ native integrations plus any tool with an API via your own key.

Carly reaches Egnyte through your own Egnyte API key / OAuth (paste it on the integrations page) — one of 200+ native integrations plus anything with an API. AI agents start at $35/month, and steps in a workflow that don’t use AI run free and unlimited.


Claude vs Carly

Claude + Egnyte (MCP/API)Carly
Search & read Egnyte contentYesYes
Ask questions / summarize documentsYes (via Egnyte AI)Yes
Acts inside a session you startYesYes
Acts on triggers / eventsNoYes
Runs on a scheduleNoYes
Works while laptop is closedOnly the remote serverYes (cloud)
Sends emailNo (draft-only)Yes (Gmail + Outlook)
PricingPro $20 / Max $100–$200AI agents from $35/mo

Claude is the best way to search and reason over your Egnyte content in the moment; Carly is the way to make Egnyte work happen automatically, on triggers, without you at the keyboard.


Frequently Asked Questions

Does Claude work with Egnyte?

Yes. Egnyte publishes an official MCP server that connects to Claude — a fully managed remote server (recommended) and an open-source self-hosted one on GitHub. Both let Claude search and work with your Egnyte content while respecting your existing permissions.

Is there an official Egnyte MCP server?

Yes. Egnyte offers a hosted remote MCP server at mcp-server.egnyte.com that exposes search, AI document Q&A, summaries, Knowledge Base queries, and share-link creation, plus an open-source self-hosted server at github.com/egnyte/egnyte-mcp-server. The remote server needs the Egnyte AI add-on and an admin to enable external MCP access.

Can claude.ai on the web access Egnyte?

Only through the remote MCP server, added as a custom connector — and that requires the Egnyte AI add-on. The open-source self-hosted server runs locally over stdio, so it needs Claude Desktop and can’t be reached from the web app.

Can Claude file or route Egnyte documents automatically?

No. MCP tools only run inside a chat you start — there are no event triggers, so Claude won’t watch a folder and act on its own. For automatic, trigger-based Egnyte actions, use an agent platform like Carly, which fires on events 24/7 in the cloud. AI agents start at $35/month.


More: Claude connectors · Claude + Box · Claude + SharePoint · Can Claude send emails · Claude vs Carly

Ready to automate your busywork?

Carly schedules, researches, and briefs you—so you can focus on what matters.

See what people say

"Before Carly, I relied on a Calendly link, but the whole process felt impersonal and not very professional. Carly changed that by handling all the back-and-forth, so I'm no longer stuck in endless email threads trying to line up schedules.

Now Carly reaches out to candidates, shares my real-time availability, lets them pick a slot, then sends a Zoom link and drops it straight into my calendar. She sends reminders to both of us before each call, which has significantly reduced no-shows and last-minute confusion.

On top of scheduling, Carly acts like a full executive assistant, sending me my schedule the night before so I can prepare for each call. It reminds me of the old x.ai assistant, but Carly is noticeably smarter, faster, and better suited to my healthcare recruitment business."

Gus Ibrahim, Founder & Director, IHR