Yaver for Cursor
io.github.kivanccakmak/yaver
Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy.
client:Cursor
transport:stdio
runtime:npm
Install Yaver in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yaver": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yaver-cli"
],
"env": {
"YAVER_HEADLESS": "<YAVER_HEADLESS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs