CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Yaver

kivanccakmak/yaver.io
4STDIOregistry active
Summary

This MCP server bridges Claude with Yaver's phone-first development workflow. It exposes 473 tools for managing React Native projects that start as phone sandboxes and promote to your dev machine or cloud. You can export, import, and push phone projects, trigger Hermes reloads to iOS or Android, and orchestrate remote dev boxes running coding agents while streaming build output back to mobile. The primary path is phone sandbox to your hardware to optional Yaver Cloud, with the MCP layer handling project state, bundle compilation, and cross-device coordination. Reach for this if you're prototyping React Native apps from mobile and want Claude to manage the full build, test, and deployment chain across your phone, WSL box, or remote server without jumping to Firebase or Supabase first.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Yaver

Tests License: FSL-1.1-Apache-2.0

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.

Yaver phone-to-agent demo animation

Watch the landing demo

What Works Today

  • Run Claude Code, Codex, OpenCode, Aider, Goose, or another terminal agent from the Yaver agent.
  • Push React Native / Expo bundles to a paired phone through the native Hermes path.
  • Capture dev-build feedback with screenshots, logs, and replay context.
  • Stream task, build, and reload progress back to mobile or the web dashboard.
  • Keep peer discovery, relay, and vault flows local-first and self-hostable.
  • Use SDKs and examples for React Native, Flutter, web, Unity, Go, Python, and JS/TS.

Quick Start

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

Core Loop

  1. Start yaver serve on your own machine.
  2. Pair the mobile app or web dashboard with that agent.
  3. Send a task to your coding agent from the phone.
  4. Watch terminal/build/reload progress live.
  5. Push the fix to a real device or deploy from your own machine when ready.

Repository Map

PathPurpose
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

Documentation

  • Docs index
  • Setup
  • Contributing
  • Runtime architecture
  • Protocol
  • Feedback SDK
  • Security
  • License

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.

Development

# 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.

License

Core Yaver code is under FSL-1.1-Apache-2.0. SDK packages are Apache-2.0 where marked. See docs/planning/LICENSING.md.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

YAVER_HEADLESS

Set to 1 to force device-code OAuth instead of opening a browser (useful in remote / WSL / sandboxed environments).

Registryactive
Packageyaver-cli
TransportSTDIO
UpdatedJun 6, 2026
View on GitHub