Skip to content

Knowledge Management

Atlan MCP connector

The Atlan connector brings Atlan users, groups, roles and SSO group mappings into Claude, ChatGPT, Cursor and other MCP clients, so your team can manage who has access to the data catalog by asking in plain language.

  • 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 Atlan to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Atlan once

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

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

  3. Paste an Atlan API key. One person generates a token in Atlan 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.

atlan
Atlan
Articulate 360
Butter CMS
Coda
Confluence
GitBook
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 Atlan 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 Atlan 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 Atlan 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 Atlan 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 Atlan through Elaichi

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

  • Data governance

    Onboard a new analyst into Atlan

    Create the person's Atlan user, add them to the right groups and set their role in one conversation, instead of clicking through the admin console.

  • IT

    Keep SSO group mappings in step

    Check which identity provider groups map to which Atlan groups, then add, update or remove a mapping when a team is renamed or reorganized.

  • Security

    Review who holds admin roles in Atlan

    List every Atlan user and their groups, then spot people whose role no longer matches their job and change it on the spot.

  • Data platform

    Stand up a group for a new domain

    Create an Atlan group for a new data domain, describe it, and pull in the stewards and consumers who need to be members.

  • People operations

    Clean up access when someone moves teams

    Ask which Atlan groups a person belongs to and remove them from the ones tied to their old team, with the change recorded against your name.

  • Analytics leadership

    Answer who can see what in Atlan

    Get the members of any Atlan group and the roles available in your tenant without asking an administrator to export a list.

Try asking

  • “List all Atlan groups and their member counts.”
  • “Which Atlan users hold an admin role?”
  • “Add the new analysts to the Atlan governance group.”

See all 17 Atlan tools below

AI tools

Atlan tools for your AI agents

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

See it in Elaichi

What connecting Atlan gets you

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

The agent

Ask about Atlan groups, get real answers.

Type a question in plain language and read live Atlan users and roles.

  • groups
  • users
  • roles
  • sso group mappings

Ask Elaichi to work across your apps.

List all Atlan groups and their member counts.

Which Atlan users hold an admin role?

Add the new analysts to the Atlan governance group.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach Atlan.

One org 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

17 Atlan tools, zero custom code.

Groups, users, roles and SSO group mappings, with every method already wired.

  • Create a Atlan group
  • List all Atlan groups
  • Atlan groups get by name
  • Atlan groups get members
ElaichiTools
Tool Action Description
Create a Atlan group Create Create a new group in Atlan by wrapping group details in a group object with attributes (alias and isDefault as arrays of strings) and an internal name. Returns: group. Required: group.attributes.alias, group.name. The internal name must be unique, all lowercase, and include only alphanumeric characters and the underscore (_).
List all Atlan groups List List all groups in Atlan. Returns group records including id, path, name, attributes (alias, isDefault, description), roles, and createdAt. Supports sorting by a property such as createdAt and column projection to restrict the fields returned.
Atlan groups get by name Get Retrieve groups in Atlan by name using a contains (ilike) search on the alias field. Returns a list of matching group records including id, path, name, attributes (alias, isDefault, description), roles, and createdAt. Required: filter.
Atlan groups get members Get List users that are members of an Atlan group by providing the group's GUID. Returns each member user's id, username, and email. Required: group_id.
Update a Atlan group by ID Update Update an Atlan group's attributes such as description and default group status. Returns: id, path, attributes. Required: id, path. The path must be the internal group name prefixed with /, and all attribute values are arrays of strings.

Toolboxes

Every team gets its own Atlan toolbox.

Curate one toolbox per team so each sees only the Atlan tools it needs.

  • Data governance
  • IT operations
  • Security
  • Data engineering
ElaichiToolboxes
Name Source template Tools Created

Data governance toolbox

Atlan · groups and policies

Atlan starter 18 Mar 4, 2026

IT operations toolbox

Atlan · users and provisioning

9 Mar 2, 2026

Security toolbox

Atlan · roles and SSO group mappings

24 Feb 27, 2026

Data engineering toolbox

Atlan · group membership for pipeline owners

Atlan starter 6 Feb 19, 2026

Analytics toolbox

Atlan · user access to workspaces

31 Jan 30, 2026

People operations toolbox

Atlan · joiners and leavers

12 Jan 22, 2026

Shared connections

Share an Atlan account, never the key.

See who connected each Atlan account and which teams and members work through it.

  • Data governance
  • IT operations
  • Security
  • Analytics
ElaichiConnections
Connection Scope Status Access
AT

Atlan (Data governance)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
AT

Atlan (IT operations)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
AT

Atlan (Security)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
AT

Atlan (Analytics)

Connected by Daniel Ortega

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

Atlan (Platform engineering)

Connected by Clara Nowak

Personal • Active Not shared
AT

Atlan (Contractors)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Atlan call is on the record.

When, who, what happened, type and resource for each group and user change.

  • 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]

Atlan Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Atlan Groups Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Atlan Groups 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, Atlan work gets done.

Fetch Atlan groups, group them, draft a digest, approve, post it back.

Atlan digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch groups

    Atlan

    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

    Atlan

    Queued

Collections and dashboards

Atlan health, counted and refreshed on schedule.

Four metrics, 14 days of records created and a team breakdown, no model involved.

Atlan health

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

Live

Groups

1,284 ↓ 12%

Users

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Groups created

Last 14 days

By team

Share of activity

Data governance 34%

IT operations 27%

Security 21%

Analytics 18%

FAQ

Frequently asked questions

How do I connect Atlan to Claude?

Connect Atlan in Elaichi first: you paste an Atlan API key from your Atlan tenant, and 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 Elaichi endpoint, https://api.elaichi.ai/mcp. Sign in as yourself and Atlan is available in your next conversation.

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

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

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

Through this connector an agent works with the people side of Atlan: users, groups, roles and SSO group mappings. It can create a user and add them to groups, change someone's role, create or update a group and see who is in it, remove members, list the roles in your tenant, and create, update or delete the mappings between your identity provider groups and Atlan groups. It does not manage catalog assets, glossaries or lineage through this connector.

Does connecting Atlan give the AI access to my whole Atlan tenant?

No. Every request runs under the Atlan API key of the person who connected, so the agent can only do what that key is allowed to do in Atlan. Elaichi can narrow that further by turning off individual actions for a team, and it can never grant more than the key already has.

Can my team share one Atlan connection?

Yes. One administrator connects Atlan with an API key and shares the connection with a team in Elaichi, and nobody else on the team ever handles the key. Each person still signs in to Elaichi as themselves, so the audit log names who created a user or changed a group, not just the shared connection.

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

Yes. Restrictions in Elaichi apply per action, so you can allow listing Atlan users and groups while blocking deleting SSO group mappings, removing members or changing roles. A blocked action is never advertised to Claude, ChatGPT or Cursor, so no prompt can reach it.

What happens to an Atlan connection when someone leaves?

Offboarding a person in Elaichi ends their access to Atlan through every client at once. If they had shared an Atlan connection with a team, it keeps working for everyone else. If you want it gone entirely, disconnecting Atlan once in Elaichi removes it from Claude, ChatGPT, Cursor and every other client.

Put Atlan in front of your team

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