Skip to content

Knowledge Management

Strapi MCP connector

The Strapi connector brings your Strapi content entries, media library, users, and roles to Claude, ChatGPT, Cursor, and the Elaichi Agent, so you can find, draft, and update content by asking, inside your own access.

  • How it connects. Connects with an API key. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Strapi to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Strapi once

  1. Open Connections, choose Add connection, and pick Strapi.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Paste a Strapi API key. One person generates a token in Strapi and pastes it once. Everyone else works through Share with, and never sees it.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

strapi
Strapi
Articulate 360
Atlan
Butter CMS
Coda
Confluence
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Strapi to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Strapi to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Strapi to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Strapi to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Strapi through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Content

    Draft a new entry from a brief

    Describe the article, landing page, or announcement you need and it lands in Strapi as a new entry, ready for an editor to review before it goes live.

  • Marketing

    Refresh copy across product pages

    Ask which entries mention last quarter's pricing or an old product name, then have the wording updated entry by entry without opening each one in the Strapi admin.

  • Support

    Check what the help center says

    When a customer asks about a feature, pull the current Strapi entry for it and confirm what is published before replying, instead of guessing from memory.

  • Operations

    Onboard a new editor

    Create the Strapi user account for someone joining the team, see which roles exist, and confirm what they will be able to do before their first day.

  • Web

    Tidy the media library

    List the files in Strapi's upload library, spot duplicates and outdated images, and remove the ones nobody links to anymore.

  • Product

    Find entries that have gone stale

    Ask for the entries in a collection that have not changed in months and get a list to work through, with the details of any single one on request.

Try asking

  • “List documents created this week in Strapi”
  • “Draft a release note from the latest Strapi documents”
  • “Which upload files are unused across Strapi documents?”

See all 31 Strapi tools below

AI tools

Strapi tools for your AI agents

31 tools are ready to call through Elaichi's MCP endpoint the moment you connect Strapi, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Strapi gets you

6 screens from the product, each doing one job for your Strapi account.

The agent

Ask about Strapi documents in plain language.

Answers come from live Strapi documents, upload files and user records.

  • documents
  • upload files
  • users
  • auth confirmations

Ask Elaichi to work across your apps.

List documents created this week in Strapi

Draft a release note from the latest Strapi documents

Which upload files are unused across Strapi documents?

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Strapi.

One governed MCP endpoint over OAuth, no SDK and no shared API key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

31 Strapi tools ready without custom code.

Documents, upload files and auth endpoints, each with its methods listed.

  • Create a Strapi upload
  • List all Strapi documents
  • Get single Strapi document by ID
  • Create a Strapi document
ElaichiTools
Tool Action Description
Create a Strapi upload Create Upload one or more files to Strapi's Media Library, optionally linking them to a specific content-type entry. Returns the uploaded file object(s). Required: files. To link files to an entry, also supply ref, refId, and field.
List all Strapi documents List List all documents from a Strapi content type. Returns an array of document records for the specified collection. Required: plural_api_id (the plural API ID of the target content type, e.g., 'articles').
Get single Strapi document by ID Get Get a single document from a Strapi content type by id. Returns the full document record. Required: plural_api_id and id.
Create a Strapi document Create Create a new document in a Strapi content type. Returns the created document record including its id. Required: plural_api_id and a data body containing the document fields.
Update a Strapi document by ID Update Update an existing document in a Strapi content type by id. Returns the updated document record. Required: plural_api_id, id, and a data body with the fields to update.

Toolboxes

Every team gets its own Strapi toolbox.

Curate one toolbox per team, from editorial publishing to media library work.

  • Editorial
  • Marketing
  • Design
  • Support
ElaichiToolboxes
Name Source template Tools Created

Editorial toolbox

Strapi · documents and drafts

Strapi starter 18 Mar 4, 2026

Marketing toolbox

Strapi · landing page content

9 Mar 2, 2026

Design toolbox

Strapi · upload files and media

24 Feb 27, 2026

Support toolbox

Strapi · help center documents

Strapi starter 6 Feb 19, 2026

Engineering toolbox

Strapi · content types and methods

31 Jan 30, 2026

Community toolbox

Strapi · user registration and passwords

12 Jan 22, 2026

Shared connections

Teammates use Strapi without seeing a token.

See who connected each Strapi account and which teams and members share it.

  • Editorial
  • Marketing EMEA
  • Docs site
  • Media library
ElaichiConnections
Connection Scope Status Access
ST

Strapi (Editorial)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
ST

Strapi (Marketing EMEA)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
ST

Strapi (Docs site)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
ST

Strapi (Media library)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
ST

Strapi (Support center)

Connected by Clara Nowak

Personal • Active Not shared
ST

Strapi (Staging content)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Answer who changed which Strapi document.

Append-only log of when, who, what happened, type and resource touched.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Strapi Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Strapi Documents Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Strapi Documents List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires and Strapi work finishes.

Fetch documents, group them, draft a digest, approve, then post back to Strapi.

Strapi digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch documents

    Strapi

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Strapi

    Queued

Collections and dashboards

Strapi content health, counted not guessed.

Four metrics, 14 days of documents created, split by team, refreshed on schedule.

Strapi health

Refreshed 4 minutes ago · every 15 minutes · from the documents collection

Live

Documents

1,284 ↓ 12%

Upload files

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Documents created

Last 14 days

By team

Share of activity

Editorial 34%

Marketing EMEA 27%

Docs site 21%

Media library 18%

FAQ

Frequently asked questions

How do I connect Strapi to Claude?

First, connect Strapi in Elaichi by pasting an API token from your Strapi admin, the one you create under Settings and API Tokens. There is no OAuth application to register and no client ID or secret to generate. Then open Claude, go to Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. Claude asks you to sign in to Elaichi, and from then on it works with Strapi as you.

Does Strapi work with ChatGPT and Cursor as well as Claude?

Yes. Once Strapi is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. You connect Strapi once and every client you use picks it up.

What can an AI agent actually do with my Strapi data?

An agent connected to Strapi can list your content entries, read a single one in full, create new entries, update existing ones, and delete them. It can also browse the media library, add or remove uploaded files, and look after Strapi users and roles, including creating accounts and checking who has which role. Because Strapi has a lot of actions available, short concrete asks like "update the pricing entry" work better than long paragraphs.

Does connecting Strapi give the AI access to everything in my Strapi project?

No. The AI works through the Strapi API token that was connected, so it can only reach the content types, media, and user records that token is allowed to see. Elaichi can narrow that further with restrictions on specific actions, but it can never grant more than the Strapi permissions already allow.

Can my team share one Strapi connection?

Yes. One person connects Strapi in Elaichi and shares the connection with a team, and nobody else ever handles the API token. Each teammate still signs in to Elaichi as themselves, so every change made in Strapi is recorded under the name of the person who asked for it.

Can I stop an agent from deleting or changing things in Strapi?

Yes. In Elaichi you can block individual Strapi actions, such as deleting entries, removing media files, or changing users, while leaving reading and drafting open. A blocked action is never shown to Claude, ChatGPT, Cursor, or any other client, so no prompt, accidental or otherwise, can reach it.

What happens to a Strapi connection when someone leaves?

Offboarding a person in Elaichi ends their access to Strapi through every client at once, with nothing to revoke inside Strapi itself. If they had shared their Strapi connection with a team, it keeps working for everyone else. When you want Strapi gone entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client at the same time.

Put Strapi in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.