Cursor
Add via settings UI
- Open
Cursor Settings. - Navigate to
MCP. - Click
Add new MCP Server. - Set the type to
commandand enter the value:
npx -y @mobilenext/mobile-mcp@latest
Add via config file
Alternatively, edit your Cursor MCP configuration file directly and add the following entry under mcpServers:
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}
Save the file and restart Cursor if prompted. Mobile MCP will start automatically when Cursor needs to call a mobile tool.