Stats
Actions
Tags
From voicemode
Local MCP server for voice mode interactions with Claude. Saves all voice data when VOICEMODE_SAVE_ALL is set.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"voicemode": {
"command": "uv",
"args": [
"run",
"voicemode"
],
"env": {
"#VOICEMODE_SAVE_ALL": "true"
}
}
}
}Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
#VOICEMODE_SAVE_ALL=truenpx claudepluginhub mbailey/voicemode --plugin voicemode