Skip to content

Getting Started with Windsurf

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

Getting Started with Windsurf

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

Steps:

  1. Run Windsurf
  2. Open menu Windsurf -> Settings
  3. Choose Cascade from the left sidebar
  4. Click Add Server button, and then click "Add Customer Server +"
  5. Paste this json; if you have other mcpServer items, you will have to merge the list
{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["-y", "@mobilenext/mobile-mcp@latest"]
    }
  }
}
  1. Back in Cascade settings page, click Refresh
  2. Verify mobile-mcp is installed by running a prompt like "list my ios simulators" (you might be prompted to run npx to install mobile-mcp package).
Clone this wiki locally