Stats
Actions
Tags
From handsfree
Local MCP server running via Bun. The 'claude-room' key suggests room or session management capabilities, but exact functionality is not specified.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"handsfree": {
"command": "bun",
"args": [
"run",
"--cwd",
"${CLAUDE_PLUGIN_ROOT}",
"--silent",
"start"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
npx claudepluginhub farishijazi/claude-voice-handsfree --plugin handsfree