BeClaude

mcp-voice-hooks-plugin

New
118Community RegistryDevelopmentby John Matthew Tennant

Real-time voice interaction for Claude Code. Speak naturally while Claude works - interrupt, redirect, or provide continuous feedback without stopping.

First seen 5/22/2026

Summary

This skill enables real-time voice interaction with Claude Code, allowing you to speak naturally while Claude works.

  • You can interrupt, redirect, or provide continuous feedback without stopping your workflow, making coding hands-free and more efficient.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "mcp-voice-hooks-plugin": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Interrupt Claude mid-task to provide a correction or new instruction without typing.
Dictate code changes or refactoring steps while reviewing output on screen.
Give continuous verbal feedback during a debugging session to guide Claude's next steps.
Redirect Claude to a different file or task using voice commands without pausing work.
Use voice to confirm or reject Claude's suggestions during pair programming.
Describe a bug verbally and have Claude search for the issue while you keep talking.

Usage Examples

1

/mcp-voice-hooks-plugin 'Stop what you're doing and refactor the login function to use async/await.'

2

/mcp-voice-hooks-plugin 'Find all places where we hardcode the API URL and replace with environment variable.'

3

/mcp-voice-hooks-plugin 'Add error handling to the file upload endpoint, then show me the diff.'

View source on GitHub
mcpplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is mcp-voice-hooks-plugin?

This skill enables real-time voice interaction with Claude Code, allowing you to speak naturally while Claude works. You can interrupt, redirect, or provide continuous feedback without stopping your workflow, making coding hands-free and more efficient.

How to install mcp-voice-hooks-plugin?

To install mcp-voice-hooks-plugin: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "mcp-voice-hooks-plugin": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is mcp-voice-hooks-plugin best for?

mcp-voice-hooks-plugin is a mcp categorized under Development. It is designed for: mcp, plugin. Created by John Matthew Tennant.

What can I use mcp-voice-hooks-plugin for?

mcp-voice-hooks-plugin is useful for: Interrupt Claude mid-task to provide a correction or new instruction without typing.; Dictate code changes or refactoring steps while reviewing output on screen.; Give continuous verbal feedback during a debugging session to guide Claude's next steps.; Redirect Claude to a different file or task using voice commands without pausing work.; Use voice to confirm or reject Claude's suggestions during pair programming.; Describe a bug verbally and have Claude search for the issue while you keep talking..