Cursor MCP Config¶
This is a simple sample of how to get AutoMobile running with Cursor, for other options see the overview.
You can either perform a 1-click install,
or copy the following into your Cursor mcp.json
:
{
"mcpServers": {
"AutoMobile": {
"command": "npx",
"args": ["-y", "auto-mobile@latest"]
}
}
}