From frustration-analyzer
Runs locally as a Python MCP server (uv run server.py) for cvi-voice functionality. Likely provides voice or audio tools and resources to Claude. No secrets or API keys required.
npx claudepluginhub jamie-bitflight/claude_skills --plugin frustration-analyzerAdd to your .mcp.json:
{
"mcpServers": {
"frustration-analyzer": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/mcp/server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv