Skip to main content
View as Markdown

Amp

Add via CLI

amp mcp add mobile-mcp -- npx @mobilenext/mobile-mcp@latest

Add via settings

Alternatively, add the following entry under amp.mcpServers in your Amp (VS Code extension) settings:

{
"amp.mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["@mobilenext/mobile-mcp@latest"]
}
}
}

Save the settings. Amp will start Mobile MCP automatically when a mobile tool is invoked.