-
Notifications
You must be signed in to change notification settings - Fork 299
Getting Started with Claude Desktop
Gil Megidish edited this page Apr 4, 2025
·
1 revision
Adding mobile-mcp to Claude Desktop is easy and should take a couple of minutes.
Steps:
- Run Claude Desktop
- Open menu
Claude -> Settings - Choose
Developerfrom the left sidebar - Click
Edit Configbutton, and then edit theclaude_desktop_config.jsonfile - Paste this json; if you have other
mcpServeritems, you will have to merge the list
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}Once saved, restart Claude Desktop and you should be all set.
If you are experiencing issues with the installation, for example, you are seeing Could not attach to MCP server mobile-mcp popup, then you can investigate this problem with Claude Desktop's logs.
Simply open Claude -> Settings, select Developer from sidebar, and now click on Open Logs Folder. You will be pointed to the logs where the underlying issue is logged.
From Mobile Next: We are building the future of mobile development 📱 🚀