Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Yaver in other clients