Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"frustration-analyzer": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/mcp/server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
npx claudepluginhub jamie-bitflight/claude_skills --plugin frustration-analyzer