-
Notifications
You must be signed in to change notification settings - Fork 197
Getting Started with Claude Code
Gil Megidish edited this page Apr 4, 2025
·
4 revisions
Adding mobile-mcp to Claude Code is easy and should take a couple of minutes.
Steps:
-
Configure mobile-mcp by running this command:
claude mcp add mobile -- npx -y @mobilenext/mobile-mcp@latest
-
Launch
claude
command line tool
Once launched, you should see this successful message:
MCP server "mobile" Server stderr: mobile-mcp server running on stdio
If you are experiencing issues with the installation, you can run Claude with command claude --mcp-debug
, which will enable additional logs. Note that the logs you will be seeing are all marked as 'error', even though most of them are informational only. This is because console.error()
is used for logging.
From Mobile Next: We are building the future of mobile development 📱 🚀