Skip to content

Helpdesk

ManageEngine ServiceDesk Plus MCP connector

Connect ManageEngine ServiceDesk Plus to Elaichi and Claude, ChatGPT, Cursor or the Elaichi Agent can read and update your projects, changes, change notes, technicians and groups as the person who signed in, with every action logged.

  • How it connects. Connects over OAuth. 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 ManageEngine ServiceDesk Plus to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect ManageEngine ServiceDesk Plus once

  1. Open Connections, choose Add connection, and pick ManageEngine ServiceDesk Plus.

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

  3. Supply your own ManageEngine ServiceDesk Plus app, then approve. ManageEngine ServiceDesk Plus needs an OAuth app you register yourself, so bring its client ID and secret. One person does this once for the organization.

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

Add connection

Choose a connector.

manageengine servicedesk plus
ManageEngine ServiceDesk Plus
Acquire
Ada
Atomicwork
CM Mobile Service Cloud
Crisp
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 ManageEngine ServiceDesk Plus 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 ManageEngine ServiceDesk Plus 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 ManageEngine ServiceDesk Plus 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 ManageEngine ServiceDesk Plus 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 ManageEngine ServiceDesk Plus through Elaichi

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

  • Change management

    Prepare for the change advisory board

    Ask for every change scheduled this week, along with the notes attached to each, and get a briefing before the meeting starts instead of opening records one at a time.

  • IT service desk

    Log a change straight after a call

    Describe what was agreed on the phone and have the change created in ManageEngine ServiceDesk Plus with the right title, description and details, then tidy it up once the caller has gone.

  • IT operations

    Add a note while the work is happening

    Attach a change note from wherever you are working, so the record shows what was done, when, and by whom without switching windows.

  • Project management office

    See who is staffed on a project

    Pull up a project, list its members and adjust a member's details when someone moves teams or takes on a new role.

  • Service desk managers

    Check which technicians sit in which groups

    Ask for the technicians in a support group, the roles they hold, and who is left on a project when someone goes on leave.

  • IT leadership

    Set up a new project and staff it

    Create the project in ManageEngine ServiceDesk Plus, add the people who will run it, and update the plan as scope changes, all from a plain-language conversation.

Try asking

  • “List all projects with no technician assigned this week.”
  • “Which groups have the most open projects right now?”
  • “Summarize project members added across ServiceDesk Plus this month.”

See all 127 ManageEngine ServiceDesk Plus tools below

AI tools

ManageEngine ServiceDesk Plus tools for your AI agents

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

See it in Elaichi

What connecting ManageEngine ServiceDesk Plus gets you

6 screens from the product, each doing one job for your ManageEngine ServiceDesk Plus account.

The agent

Ask about tickets, read the answer.

Plain language questions return live ManageEngine ServiceDesk Plus projects, technicians and groups.

  • projects
  • project members
  • technicians
  • groups

Ask Elaichi to work across your apps.

List all projects with no technician assigned this week.

Which groups have the most open projects right now?

Summarize project members added across ServiceDesk Plus this month.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One endpoint serves Claude, ChatGPT and Cursor.

Every MCP client reaches ManageEngine ServiceDesk Plus over OAuth, with no SDK or shared 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

127 ManageEngine ServiceDesk Plus tools, ready now.

Projects, project members, technicians and groups are covered without a line of custom code.

  • List all ManageEngine ServiceDesk Plus projects
  • Get single ManageEngine ServiceDesk Plus project by ID
  • Create a ManageEngine ServiceDesk Plus project
  • Update a ManageEngine ServiceDesk Plus project by ID
ElaichiTools
Tool Action Description
List all ManageEngine ServiceDesk Plus projects List List all projects in ManageEngine ServiceDesk Plus. Returns: id, title, project_code, project_template, display_id, percentage_completion, description, actual_hours, estimated_hours, actual_cost, estimated_cost, scheduled_start_time, scheduled_end_time, actual_start_time, actual_end_time, projected_end, created_time, deleted_time, project_type, priority, status, department, site, owner,…
Get single ManageEngine ServiceDesk Plus project by ID Get Get a single ManageEngine ServiceDesk Plus project by id. Returns the project object including id, title, project_code, status, owner, priority, project_type, display_id, created_time, scheduled_start_time, scheduled_end_time, and udf_fields. Required: id.
Create a ManageEngine ServiceDesk Plus project Create Create a new project in ManageEngine ServiceDesk Plus. Returns the created project including id, title, project_code, status, owner, priority, project_type, display_id, and created_time. Required: title.
Update a ManageEngine ServiceDesk Plus project by ID Update Update an existing ManageEngine ServiceDesk Plus project by id. Returns the updated project including id, title, project_code, status, owner, priority, project_type, and display_id. Required: id.
Delete a ManageEngine ServiceDesk Plus project by ID Delete Delete a ManageEngine ServiceDesk Plus project by id. Returns: status_code, status. Required: id.

Toolboxes

Every team gets its own toolbox.

Service desk, projects and change each see a curated ManageEngine ServiceDesk Plus toolbox.

  • Service desk
  • Project management office
  • Change management
  • IT operations
ElaichiToolboxes
Name Source template Tools Created

Service desk toolbox

ManageEngine ServiceDesk Plus · requests and technicians

ManageEngine ServiceDesk Plus starter 18 Mar 4, 2026

Project management office toolbox

ManageEngine ServiceDesk Plus · projects and milestones

9 Mar 2, 2026

Change management toolbox

ManageEngine ServiceDesk Plus · approvals and change records

24 Feb 27, 2026

IT operations toolbox

ManageEngine ServiceDesk Plus · groups and assignments

ManageEngine ServiceDesk Plus starter 6 Feb 19, 2026

Asset management toolbox

ManageEngine ServiceDesk Plus · assets and owners

31 Jan 30, 2026

Support leadership toolbox

ManageEngine ServiceDesk Plus · queues and reporting

12 Jan 22, 2026

Shared connections

Share the connection, never the credential.

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

  • Service desk EMEA
  • Service desk APAC
  • Project office
  • Change board
ElaichiConnections
Connection Scope Status Access
MA

ManageEngine ServiceDesk Plus (Service desk EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
MA

ManageEngine ServiceDesk Plus (Service desk APAC)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
MA

ManageEngine ServiceDesk Plus (Project office)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
MA

ManageEngine ServiceDesk Plus (Change board)

Connected by Daniel Ortega

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

ManageEngine ServiceDesk Plus (IT operations)

Connected by Clara Nowak

Personal • Active Not shared
MA

ManageEngine ServiceDesk Plus (Support leadership)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every project and technician change is logged.

When, who, what happened, type and resource, appended and never edited.

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

ManageEngine ServiceDesk Plus Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

ManageEngine ServiceDesk Plus Projects Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

ManageEngine ServiceDesk Plus Projects 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, a digest ships.

Six steps fetch projects, group them, draft a digest, get approval, post back.

ManageEngine ServiceDesk Plus digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch projects

    ManageEngine ServiceDesk Plus

    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

    ManageEngine ServiceDesk Plus

    Queued

Collections and dashboards

Ticket health arrives before anyone asks.

Four metrics, 14 days of records created and a team breakdown, refreshed on schedule.

ManageEngine ServiceDesk Plus health

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

Live

Projects

1,284 ↓ 12%

Project members

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Projects created

Last 14 days

By team

Share of activity

Service desk EMEA 34%

Service desk APAC 27%

Project office 21%

Change board 18%

FAQ

Frequently asked questions

How do I connect ManageEngine ServiceDesk Plus to Claude?

Two steps. First, connect ManageEngine ServiceDesk Plus in Elaichi: an administrator registers an OAuth application inside ServiceDesk Plus once and enters its client ID and secret in Elaichi, after which everyone else simply signs in with their own ServiceDesk Plus login when prompted. Second, in Claude open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp as the endpoint. Nobody but that one administrator ever handles a client ID or secret.

Does ManageEngine ServiceDesk Plus work with ChatGPT and Cursor as well as Claude?

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

What can an AI agent actually do with my ManageEngine ServiceDesk Plus data?

An agent can look up, create and update projects and changes in ManageEngine ServiceDesk Plus, add change notes, manage who is a member of a project, and look up technicians, groups and roles. In practice that means asking for this week's changes with their notes, logging a change after a call, or checking who is on a project. Because ServiceDesk Plus offers a lot of actions, short, specific asks such as "list open changes for the network team" work better than long paragraphs.

Does connecting ManageEngine ServiceDesk Plus give the AI access to every project and change?

No. Every request runs as the person who signed in, so the AI sees only the projects, changes and technician details that person could already see in ManageEngine ServiceDesk Plus. Elaichi can narrow that further, for example to read-only or to a subset of actions, but it can never grant more than the person's own ServiceDesk Plus permissions allow.

Can my team share one ManageEngine ServiceDesk Plus connection?

Yes. One person connects ManageEngine ServiceDesk Plus in Elaichi and shares it with a team, and nobody else needs to touch the OAuth application, client ID or secret. Each teammate still signs in as themselves, so the audit log names the actual person behind every change note or project update.

Can I stop an agent from deleting or changing things in ManageEngine ServiceDesk Plus?

Yes. Restrictions in Elaichi apply per action, so you can allow reading changes and adding notes while blocking the deletion of projects, changes, technicians or project members in ManageEngine ServiceDesk Plus. A blocked action is never shown to Claude, ChatGPT, Cursor or any other client, so no prompt, however worded, can reach it.

What happens to a ManageEngine ServiceDesk Plus connection when someone leaves?

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

Put ManageEngine ServiceDesk Plus in front of your team

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