Windsurf
Add via settings UI
- Open Windsurf Settings.
- Navigate to the MCP servers section.
- Add a new server using the
commandtype 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.