Server data from the Official MCP Registry
Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy.
Phone-first local dev MCP for Claude Code and Codex: install Yaver, pair mobile, run, build, deploy.
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
14 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: YAVER_HEADLESS
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-kivanccakmak-yaver": {
"env": {
"YAVER_HEADLESS": "your-yaver-headless-here"
},
"args": [
"-y",
"yaver-cli"
],
"command": "npx"
}
}
}From the project's GitHub README.
Yaver is a local-first developer toolkit for driving coding agents, previews, feedback, and deploy loops from your phone.
Your code stays on your machine. The mobile app is the remote control; the yaver agent runs on your Mac, Linux box, WSL machine, Pi, or VPS; the SDK captures feedback from your own dev builds.
npm install -g yaver-cli
yaver auth
yaver serve
For headless machines:
yaver auth --headless
yaver serve
If an AI coding agent is setting Yaver up for you, read the canonical machine guide first:
curl -s https://yaver.io/llms.txt
yaver serve on your own machine.| Path | Purpose |
|---|---|
desktop/agent/ | Go agent, CLI surfaces, local API, relay/P2P/runtime integrations |
mobile/ | React Native mobile app and native preview container |
web/ | Next.js marketing site and dashboard |
backend/convex/ | Hosted identity, session, and device-discovery metadata |
relay/ | QUIC relay service |
sdk/ | Public SDKs and feedback clients |
demo/ | Small fixture apps used to test SDK and push flows |
demo-videos/ | Source notes for the landing/demo clips |
docs/ | Architecture notes, setup guides, audits, handoffs, and planning material |
Markdown in this repo is context, not source of truth. If a doc and the code disagree, trust the code and fix the doc in the same change.
# Web dashboard / landing
cd web
npm install
npm run dev
# Go agent tests
cd desktop/agent
go test ./...
Run the narrower package tests for the area you change; the full repo spans Go, Node, React Native, Swift, Kotlin, Flutter, Unity, and embedded C work.
Core Yaver code is under FSL-1.1-Apache-2.0. SDK packages are Apache-2.0 where marked. See docs/planning/LICENSING.md.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.