voicemode-connect

Voice conversations through the voicemode.dev cloud platform. Connect your AI assistant to voice clients (iOS app, web app) without running local STT/TTS services.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "voicemode-connect" with this command: npx skills add mbailey/voicemode/mbailey-voicemode-voicemode-connect

VoiceMode Connect

Voice conversations through the voicemode.dev cloud platform. Connect your AI assistant to voice clients (iOS app, web app) without running local STT/TTS services.

How It Works

Agents (Claude Code, claude.ai) connect via MCP to voicemode.dev. Clients (iOS app, web app) connect via WebSocket. The platform routes voice messages between them.

Quick Setup

  1. Add the MCP Server

Add to your Claude Code MCP settings (~/.claude/settings.json ):

{ "mcpServers": { "voicemode-dev": { "command": "npx", "args": ["-y", "mcp-remote", "https://voicemode.dev/mcp"] } } }

  1. Authenticate

When you first use a Connect tool, Claude Code will prompt for OAuth authentication. Sign in with your voicemode.dev account.

  1. Connect a Client

Open the iOS app or web dashboard (voicemode.dev/dashboard) and sign in with the same account.

  1. Start Talking

Use the status tool to see connected devices, then use converse to have a voice conversation.

MCP Tools

Tool Description

status

Show connected devices and agents

converse

Two-way voice conversation via connected client

Relationship to Local VoiceMode

Feature Local VoiceMode VoiceMode Connect

STT/TTS Local (Whisper/Kokoro) Client device (phone/browser)

Setup Install services Just add MCP server

Internet Optional Required

Latency Lower Higher

Mobile voice No Yes

Use both: Local VoiceMode for desktop voice, Connect for mobile voice.

Documentation

  • Overview - What is VoiceMode Connect

  • Architecture - How agents and clients connect

  • Claude Code Setup - Detailed setup guide

  • MCP Tools Reference - Tool parameters

Open Questions

  • How do multiple agents on the same account interact?

  • What happens when multiple clients are connected?

  • How is the target device selected for converse ?

These are documented in docs/connect/ as we learn more.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

voicemode

No summary provided by upstream source.

Repository SourceNeeds Review
General

voicemode-dj

No summary provided by upstream source.

Repository SourceNeeds Review
General

sqldown

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated