voicemode

Voice Mode for Claude Code

GitHub Stars

264

User Rating

Not Rated

Favorites

0

Views

27

Forks

33

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.10 or higher
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Install Voice Mode

bash
pip install voice-mode

2. Set up Claude

bash
npm install -g @anthropic-ai/claude-code

3. Add MCP Server

bash
claude mcp add --scope user voice-mode uvx voice-mode

4. Set Environment Variable

bash
export OPENAI_API_KEY=your-openai-key

5. Start Conversation with Claude

bash
claude converse

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python and Node.js versions and reinstall dependencies.