Skip to content

Getting Started with Cursor

Gil Megidish edited this page Apr 4, 2025 · 1 revision

Getting Started with Cursor

Adding mobile-mcp to Cursor is easy and should take a couple of minutes.

Steps:

  1. Launch Cursor
  2. Open menu Cursor -> Settings -> Cursor Settings
  3. On the left sidebar, select MCP
  4. Click on Add new global MCP server on the top right
  5. You will be presented with a text editor, paste this json:
    {
      "mcpServers": {
        "mobile-mcp": {
          "command": "npx",
          "args": ["-y", "@mobilenext/mobile-mcp@latest"]
        }
      }
    }
  6. When done, restart Cursor

Once launched, you should be able to change mode from Ask to Agent.

Clone this wiki locally