Skip to main content
Glama

Melaya MCP Server

Let an AI assistant use your Android phone, your browser, and the rest of your Melaya account.

MCP Registry Tools Auth License

Documentation · Melaya · Device Control

Melaya pairs a phone to your account and gives an agent the same view of it a person has: it reads the screen through Android's accessibility tree, then taps, types, swipes, and moves between apps. No per-app integration, no vendor API. If you can use the app, so can the agent.

This is a remote Model Context Protocol server. MCP is a vendor-neutral standard, so one endpoint works everywhere:

https://api.melaya.org/mcp

Nothing to install, no SDK required.

Connect

claude mcp add --transport http melaya https://api.melaya.org/mcp
codex mcp add melaya --url https://api.melaya.org/mcp

Direct HTTP needs experimental_use_rmcp_client = true in ~/.codex/config.toml.

~/.cursor/mcp.json, or .cursor/mcp.json for one project:

{ "mcpServers": { "melaya": { "url": "https://api.melaya.org/mcp" } } }

claude.ai, Desktop and mobile: Settings → Connectors → Add custom connector, paste https://api.melaya.org/mcp

Settings → Connectors → Developer mode, paste the same endpoint

Connectors → Add custom MCP connector

code --add-mcp '{"name":"melaya","type":"http","url":"https://api.melaya.org/mcp"}'

Windsurf, Zed, Cline, Goose, Lovable, Gemini CLI, Qwen Code and any other MCP client take the same block, in whichever file that client uses for MCP servers:

{ "mcpServers": { "melaya": { "url": "https://api.melaya.org/mcp" } } }

Authentication is OAuth 2.1 with PKCE. You choose which permissions to grant on a Melaya consent page; the assistant receives a scoped token. Your password is never shared.

Then just ask:

Connect my phone and go through my unread Instagram DMs.


Related MCP server: Android MCP Server

What it can do

Operate your phone

Read the screen, open apps, tap, type, scroll, swipe, screenshot. You watch it work, and one control stops everything.

Melaya ships navigation playbooks for common apps, so the agent arrives knowing where things are instead of exploring blindly.

Operate a browser

The same read-act-verify loop on a desktop site, through the Melaya extension on Chrome or Edge. You attach the tab; the model never picks one.

It can also debug the page it is on: network activity, console output, and a performance diagnosis that ranks causes with the file and the number behind each, rather than handing over a raw panel. Credential values are redacted at capture, before anything reaches the model.

Build and run agents

List the template library and instantiate a validated template, or author a pipeline from scratch, validate it before saving, schedule it, and watch it run. Hand a long or recurring job to an autonomous agent on your own machine, on your own model subscription, that carries on after the conversation ends.

Read your connected services

Mail, documents, your ERP. Read-only, structurally: the write path is blocked in two independent places, so a write stays blocked even if Melaya's own tool catalog is out of date.

Find out what happened

Runs, transcripts, tool traces, failure diagnosis, cost, and what your agents have learned across runs.


What it cannot do

Enforced on the device itself, not on the server, so no prompt and no agent instruction can move them.

It only touches what you allow-list

Apps on the phone, origins in the browser. The agent can hand access back, narrowing the list or clearing it, but only you can grant it.

That asymmetry is deliberate. The agent reads text off your screen, and text can be written by anyone: a message, a comment, a web page. A boundary it could widen in response to what it reads would not be a boundary.

Publishing and paying always ask you

You see the exact text before it goes out, and approvals reach you even when the phone is locked.

There is a STOP control

On the phone overlay and in the Melaya app. It halts everything immediately, across every agent and every connected assistant.

Approvals are listed here, never decided here

The gate exists to put a human between an agent and a consequential action, and the caller here is a model reading untrusted content. You approve in the Melaya app or on your phone.

Password fields are excluded from screen reads.

Also deliberately absent, and enforced by tests rather than by convention: trading (it writes against live exchange keys), administration (no honest consent sentence exists for it), and credential values of any kind.


Permissions

Eight scopes, one per domain. You grant them individually.

Scope

What it allows

melaya:read

Your workspace: pipelines, runs, traces, evaluations, pending approvals

melaya:platform

Your account and plan: tier, usage against limits, subscription

melaya:runner

Set up and check the Melaya runner on your computer

melaya:phone

Operate your paired Android phone, inside apps you allow-listed

melaya:browser

Operate a connected browser, on sites you allowed

melaya:pipelines

Create, edit, schedule, run and cancel agent pipelines

melaya:connectors

Read data from connected services. Read only

melaya:team

Read project membership, and invite people you name

The tool list your assistant receives is filtered to what you granted, so connecting for phone control alone shows 21 tools rather than all 73. If a capability seems missing, you declined it; reconnect and approve it.

NOTE

If you also use the Melaya SDK, "connectors" means something different there. In the SDK it is project credential storage. Here, melaya:connectors is reading data from services you already connected. This surface cannot store, read or delete a credential.

Requirements

  • A Melaya account — free at melaya.org

  • An Android phone (Android 8 or newer) for phone control. There is no iOS build.

  • The Melaya extension on Chrome or Edge for browser control

  • For autonomous agents: Node 18+, Python 3.11+, and a signed-in CLI on the machine hosting the runner

Privacy

Screen and page content read during a run goes to Melaya and to whichever model you selected, for the duration of that run. The privacy policy covers collection, retention and deletion.

One credential does cross the boundary, and it is worth naming: if you set up the optional local runner, the command you are given contains a runner token. It is valid for 7 days, revocable in settings or with melaya_runner_revoke, and unavoidable because the runner starts from a command line. On a hosted assistant that command appears in your conversation history. Nothing else does; provider and connector credentials are resolved server-side and never reach the assistant.

Disconnecting in Melaya settings immediately revokes the connection's ability to renew itself. A token it already holds keeps working until it expires, at most one hour.

What's in this repo

Path

Purpose

server.json

Manifest for the official MCP Registry

.mcp.json

Remote server declaration

.claude-plugin/, skills/, commands/

Claude Code plugin packaging — one distribution of the same server

The server itself runs as part of the Melaya platform; this repo is its public manifest, packaging and documentation.

License

Apache-2.0, matching the Melaya SDKs.

It covers what is in this repository — the registry manifest, the plugin packaging, the skills and this documentation. It is not a licence to the Melaya service itself: using the hosted server at api.melaya.org needs a Melaya account and is governed by the Terms.

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

0Maintainers
No issuesResponse time
Release cycle
0Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    C
    quality
    B
    maintenance
    A lightweight bridge enabling AI agents to perform real-world tasks on Android devices such as app navigation, UI interaction, and automated QA testing without requiring computer-vision pipelines or preprogrammed scripts.
    14
    826
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to fully control Android devices through over 30 tools for app management, UI automation, and vision-based analysis via ADB. It supports multi-device management, action recording, and smart execution strategies ranging from UI hierarchy parsing to coordinate-based interaction.
    37
    191
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables full Android control from any AI agent via 7 MCP tools, including screen capture, touch interaction, app management, and system control.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to directly control Android devices via Termux, providing 120+ tools for screen manipulation, file management, app control, and system operations with layered loading and security gating.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

  • Live App Store & Google Play data for AI agents: app discovery, ASO keywords, reviews.

  • Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/melaya-labs/melaya-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server