Skip to content

Application Development

NativeBridge MCP connector

The NativeBridge connector lets Claude, ChatGPT, Cursor, and the Elaichi Agent list your cloud devices, projects, apps, and files, start and end device sessions, and import builds, with every action tied to the person who asked.

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

Two steps, about a minute.

1

In Elaichi

Connect NativeBridge once

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

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

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

nativebridge
NativeBridge
Apache Airflow
Boomi
Browserbase
Caspio
Cloudflare
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 NativeBridge 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 NativeBridge 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 NativeBridge 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 NativeBridge 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 NativeBridge through Elaichi

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

  • QA

    Spin up a device to reproduce a bug

    Ask for the list of available NativeBridge devices, start a session on the model a customer reported, and close it when the check is done.

  • Mobile engineering

    Push the latest build into a project

    Register a new application in NativeBridge, add it to the right project, and import the fresh build without leaving the editor.

  • Product

    See which apps and projects exist

    Get a plain list of every NativeBridge project and application so a product review starts from what is actually set up, not from memory.

  • Support

    Check a session while the customer waits

    Look up a NativeBridge session by its ID to confirm the device, the app under test, and whether it is still running before replying to a ticket.

  • Sales engineering

    Prepare a live demo device

    Start a NativeBridge device session on the handset a prospect uses, then end it as soon as the call wraps so nothing is left running.

  • Release management

    Tidy up finished test sessions

    List the project files and open sessions in NativeBridge, then delete the sessions that are no longer needed before the next release cycle begins.

Try asking

  • “Which NativeBridge devices ran sessions this week?”
  • “List open device sessions for the Checkout application.”
  • “Show project files imported into NativeBridge yesterday.”

See all 10 NativeBridge tools below

AI tools

NativeBridge tools for your AI agents

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

See it in Elaichi

What connecting NativeBridge gets you

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

The agent

Ask about devices and sessions in plain language.

Answers come from live NativeBridge projects, applications, devices and sessions.

  • devices
  • applications
  • sessions
  • projects

Ask Elaichi to work across your apps.

Which NativeBridge devices ran sessions this week?

List open device sessions for the Checkout application.

Show project files imported into NativeBridge yesterday.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor reach NativeBridge here.

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

10 NativeBridge tools ready without custom code.

Applications, devices, sessions, projects and project files, each with its methods listed.

  • List all NativeBridge devices
  • Create a NativeBridge application
  • List all NativeBridge applications
  • Create a NativeBridge device session
ElaichiTools
Tool Action Description
List all NativeBridge devices List List available devices in NativeBridge. Returns: id, type, osVersion, modelName, isEmulator, userPlan, magicLink, accessType, version.
Create a NativeBridge application Create Upload an Android application (APK or AAB) to NativeBridge from a file or public URL and generate a shareable magic link. Returns the uploaded app summary including id, magicLink, accessType, and version. Requires either file or apkUrl; if both are supplied, file takes precedence.
List all NativeBridge applications List List all applications uploaded by the authenticated user in NativeBridge. Returns each application with id, name, packageName, version, magicLink, access_type, and more. No parameters required.
Create a NativeBridge device session Create Create a new Android device session in NativeBridge, optionally launching a specific APK. Returns: sessionId, sessionUrl, message, id, magicLink, accessType, version. Required: deviceId.
Get single NativeBridge session by ID Get Get details of a NativeBridge session by id. Returns: id, magicLink, accessType, version. Required: id.

Toolboxes

Every team gets its own NativeBridge toolbox.

Mobile QA, platform and release each see a toolbox scoped to their work.

  • Mobile QA
  • Platform
  • Release Engineering
  • Developer Experience
ElaichiToolboxes
Name Source template Tools Created

Mobile QA toolbox

NativeBridge · device sessions and test runs

NativeBridge starter 18 Mar 4, 2026

Platform toolbox

NativeBridge · applications and project imports

9 Mar 2, 2026

Release Engineering toolbox

NativeBridge · builds and project files

24 Feb 27, 2026

Developer Experience toolbox

NativeBridge · projects and device access

NativeBridge starter 6 Feb 19, 2026

Support toolbox

NativeBridge · session lookups and device availability

31 Jan 30, 2026

Security toolbox

NativeBridge · connections and audit review

12 Jan 22, 2026

Shared connections

Teammates run device sessions without seeing credentials.

Each NativeBridge connection shows who connected it and which teams and members share it.

  • Mobile QA
  • Platform
  • Release Engineering
  • Developer Experience
ElaichiConnections
Connection Scope Status Access
NA

NativeBridge (Mobile QA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
NA

NativeBridge (Platform)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
NA

NativeBridge (Release Engineering)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
NA

NativeBridge (Developer Experience)

Connected by Daniel Ortega

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

NativeBridge (Support)

Connected by Clara Nowak

Personal • Active Not shared
NA

NativeBridge (Security)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Answer who deleted that NativeBridge session.

Append-only rows record when, who, what happened, the type and the resource.

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

NativeBridge Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

NativeBridge Devices Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

NativeBridge Devices 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 drives a NativeBridge digest end to end.

Six steps fetch sessions, group them, draft a digest, take approval, then post back.

NativeBridge digest

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

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch devices

    NativeBridge

    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

    NativeBridge

    Queued

Collections and dashboards

NativeBridge project health, computed not requested.

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

NativeBridge health

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

Live

Devices

1,284 ↓ 12%

Applications

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Devices created

Last 14 days

By team

Share of activity

Mobile QA 34%

Platform 27%

Release Engineering 21%

Developer Experience 18%

FAQ

Frequently asked questions

How do I connect NativeBridge to Claude?

Connect NativeBridge in Elaichi first, then open Claude, go to Customize, then Connectors, then Add, and paste the endpoint https://api.elaichi.ai/mcp. NativeBridge connects with an API key, so the sign-in step is pasting the key from your NativeBridge account into Elaichi. There is no OAuth application to register and no client ID or secret to generate.

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

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

What can an AI agent actually do with my NativeBridge account?

An agent can list the devices, applications, projects, and project files in your NativeBridge account, and register a new application or project. It can start a device session, look one up by its ID, end it, and import a build into a project. It cannot do anything in NativeBridge beyond those actions.

Does connecting NativeBridge give the AI access to every device and project?

No. Every request to NativeBridge runs inside the access of the person who signed in, so the agent only sees the devices, projects, and sessions that person's NativeBridge key can reach. Elaichi can narrow that further with restrictions, and it never widens what NativeBridge itself allows.

Can my team share one NativeBridge connection?

Yes. One person connects NativeBridge in Elaichi and shares it with a team, and nobody else ever handles the API key. Each teammate still signs in to Elaichi as themselves, so the audit log records who started or ended each NativeBridge session.

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

Yes. Restrictions in Elaichi apply per action, so you can allow listing NativeBridge devices and projects while blocking session deletion, application creation, or build imports. A blocked action is never advertised to Claude, ChatGPT, or Cursor, so no prompt can reach it.

What happens to a NativeBridge connection when someone leaves?

Offboarding a person in Elaichi ends their access to NativeBridge at once, across every client they used. A shared NativeBridge connection keeps working for everyone else on the team. If you want to remove NativeBridge entirely, disconnecting it once in Elaichi removes it from Claude, ChatGPT, Cursor, and the Elaichi Agent together.

Put NativeBridge in front of your team

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