Skip to main content

Windsurf

Add via settings UI

  1. Open Windsurf Settings.
  2. Navigate to the MCP servers section.
  3. Add a new server using the command type and enter:
npx @mobilenext/mobile-mcp@latest

Add via config file

Add the following entry to your Windsurf MCP configuration file under mcpServers:

{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}

Save the file and reload Windsurf if prompted. Mobile MCP will be available to Cascade and any other agent context within Windsurf.