-
Notifications
You must be signed in to change notification settings - Fork 197
Getting Started with Windsurf
Gil Megidish edited this page Apr 12, 2025
·
1 revision
Adding mobile-mcp to Windsurf is easy and should take a couple of minutes.
Steps:
- Run Windsurf
- Open menu
Windsurf -> Settings
- Choose
Cascade
from the left sidebar - Click
Add Server
button, and then click "Add Customer Server +" - 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"]
}
}
}
- Back in Cascade settings page, click Refresh
- 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).
From Mobile Next: We are building the future of mobile development 📱 🚀