# LearnWorlds MCP connector

The LearnWorlds connector brings your school's learners, roles, and groups into Claude, ChatGPT, Cursor, and the Elaichi Agent, so anyone on your team can look up a learner or group by asking, inside their own LearnWorlds access.

Source: https://elaichi.ai/connectors/learnworlds/

## Facts

| | |
| --- | --- |
| Application | LearnWorlds |
| Category | Knowledge Management |
| AI tools | 5 |
| Authentication | Connects with an API key |
| Needs your own OAuth app | No |
| MCP endpoint | https://api.elaichi.ai/mcp |
| Works with | Claude, ChatGPT, Cursor, any MCP client, and the Elaichi Agent |
| Tools advertised by name | Yes |

## What you can ask once LearnWorlds is connected

- List all LearnWorlds users in the Instructors group.
- Which roles does this LearnWorlds user hold?
- Show every LearnWorlds group and its member count.

## Connect LearnWorlds in Elaichi

This happens once for the organization, before any client is involved.

1. Open Connections, choose Add connection, and pick LearnWorlds.
2. Optionally set Share with, then press Connect.
3. Paste a LearnWorlds API key. One person generates a token in LearnWorlds and pastes it once. Everyone else works through Share with, and never sees it.

Credentials are vaulted and nobody, including the AI, reads them back. The connection becomes a toolbox immediately, so you can curate which LearnWorlds tools are exposed, rename them, or freeze arguments before anyone points a client at it.

## Connect LearnWorlds to Claude

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

1. Open Customize, then Connectors.
2. Press Add.
3. Name it, paste the MCP server URL, then Continue.
4. Sign in and approve.

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

## Connect LearnWorlds to ChatGPT

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

1. Open Plugins, then press the + button.
2. Name it and paste the endpoint into Server URL.
3. Leave Authentication on OAuth, then tick the risk acknowledgement.
4. Press Create, then sign in and approve.

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

## Connect LearnWorlds to Cursor

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

1. Open `~/.cursor/mcp.json`.
2. Add the endpoint under `mcpServers`.
3. Reload Cursor, then sign in and approve.

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

## Connect LearnWorlds to any MCP client

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

1. Add the endpoint as a remote MCP server.
2. Sign in and approve.

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

## What the consent screen decides

Only Read is granted by default, which is not enough to call a LearnWorlds tool. Over MCP there is no trusted place to confirm a write in the moment, so the consent screen is the standing approval rather than a formality. Grant Read and Run tools. Think hard before granting Delete, which reaches into connected apps and cannot be undone.

## What teams do with LearnWorlds through Elaichi

### Look up a learner before a call

Customer Education. Ask for a learner by name or email and get their LearnWorlds profile, role, and group in one answer, so you walk into the conversation knowing who they are.

### Check a learner's account while they wait

Support. When someone writes in saying they cannot find their course, confirm their LearnWorlds account exists, which group they belong to, and what role they hold, without opening the admin panel.

### See how your learning groups are organized

Learning & Development. List every group in your LearnWorlds school and open any one of them to review its details, so you can spot cohorts that overlap or teams that have no group yet.

### Audit who holds admin and instructor roles

Operations. Pull the full list of LearnWorlds roles and the people assigned to each, then ask which accounts have more access than their job needs.

### Find out if a prospect already has learners

Sales. Before a renewal or expansion conversation, ask whether people from a customer's company already have LearnWorlds accounts and which groups they sit in.

### Confirm new hires have school accounts

People. After onboarding week, ask which of the new starters appear in LearnWorlds and which are still missing, and pass the gaps to whoever creates accounts.

## Frequently asked questions

### How do I connect LearnWorlds to Claude?

Connect LearnWorlds in Elaichi first: pick LearnWorlds from the catalog and paste the API key from your LearnWorlds school settings when asked. There is no OAuth application to register and no client ID or secret to generate. Then in Claude open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp. Claude will ask you to sign in to Elaichi and LearnWorlds is ready to use.

### Does LearnWorlds work with ChatGPT and Cursor as well as Claude?

Yes. Once LearnWorlds 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 LearnWorlds once and every client you use picks it up.

### What can an AI agent actually do with my LearnWorlds data?

With this connector an AI agent can look up learners in your LearnWorlds school, open a single learner to see their details, list the roles in your school, and list or open your learner groups. That means you can ask things like who is in a particular group, which accounts hold the instructor role, or whether a specific person has an account. This connector reads from LearnWorlds; it does not create, edit, or delete anything.

### Does connecting LearnWorlds give the AI access to my whole school?

The AI only sees what the LearnWorlds API key used to connect can see, and each person still signs in to Elaichi as themselves. Elaichi can narrow that access further, for example limiting a team to looking up groups but not individual learners, and it can never widen it beyond what LearnWorlds allows.

### Can my team share one LearnWorlds connection?

Yes. One administrator connects LearnWorlds in Elaichi and shares the connection with a team, and nobody else ever handles the API key. Each teammate still signs in to Elaichi as themselves, so every lookup against LearnWorlds is recorded in the audit log under their own name.

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

This LearnWorlds connector is read only, so an agent cannot delete or edit learners, roles, or groups through it. Beyond that, Elaichi restrictions work per action: any action you block is never offered to Claude, ChatGPT, or Cursor at all, so no prompt, however worded, can reach it.

### What happens to a LearnWorlds connection when someone leaves?

When you offboard a person in Elaichi, their access to LearnWorlds through every client ends at once. A shared LearnWorlds connection keeps working for everyone else on the team. If you ever want to remove LearnWorlds entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client at the same time.

## All 5 LearnWorlds tools

Every tool below is callable through https://api.elaichi.ai/mcp once LearnWorlds is connected, subject to the toolbox it is in and the restrictions on the caller.

- **List all LearnWorlds users** (List). List all users in LearnWorlds. Returns an array of user objects with fields such as id, email, username, created, last_login, role, tags, and status. The response also includes pagination metadata under the meta object.
- **Get single LearnWorlds user by ID** (Get). Get details about a specific user in LearnWorlds using id. Returns id, email, username, role, account status fields (is_admin, is_instructor, is_suspended), creation and login timestamps, billing_info, fields, utms, tags, nps_score, and nps_comment.
- **List all LearnWorlds roles** (List). List all user roles in LearnWorlds. Returns id, title, description, access_level, and custom_role for each role in alphabetical order by title.
- **List all LearnWorlds groups** (List). List all user groups in LearnWorlds. Returns each group's id, title, description, products, enroll_users_on_courses, group_managers, tags, created, and modified fields in the response.
- **Get single LearnWorlds group by ID** (Get). Get a user group in LearnWorlds using the required id. Returns fields such as id, title, description, products (courses), enroll_users_on_courses, group_managers (id, username, email, role_id), tags, created, and modified timestamps.
