Skip to content

Getting Started with Claude Code

Gil Megidish edited this page Apr 4, 2025 · 4 revisions

Getting Started with Claude Code

Adding mobile-mcp to Claude Code is easy and should take a couple of minutes.

Steps:

  1. Configure mobile-mcp by running this command:

    claude mcp add mobile -- npx -y @mobilenext/mobile-mcp@latest ⁠
  2. Launch claude command line tool

Once launched, you should see this successful message:

MCP server "mobile" Server stderr: mobile-mcp server running on stdio

Troubleshooting

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.

Clone this wiki locally