appcraft for Cursor
io.github.terminalis/appcraft
Deterministic Android app compiler — agents write a YAML model, the compiler emits the native app.
client:Cursor
transport:stdio
runtime:npm
Install appcraft in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"appcraft": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@appcraft-io/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs