Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From voicemode
Local stdio MCP server running the 'voicemode' Python package via uv run. Provides voice mode features; optional VOICEMODE_SAVE_ALL env var.
npx claudepluginhub mbailey/voicemode --plugin voicemodeCopy 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=trueShare bugs, ideas, or general feedback.