Skip to content
Kris edited this page May 23, 2025 · 8 revisions

How to setup Mobile Next - Mobile MCP with Cline:

  1. Install Cline extension to your IDE of your choice
  2. Open Cline
  3. Click on manage MCP Servers
  4. On the MCP modal, click settings icon
  5. Click Configure MCP Server
  6. Add the following JSON to the settings file
{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["-y", "@mobilenext/mobile-mcp@latest"]
    }
  }
}

cline-demo.mp4
image

After configuring the MCP in cline you can see all the commands and tools it can execute: image

Demo:

https://www.youtube.com/watch?v=OYuJrKQSAok

Clone this wiki locally