npx claudepluginhub spm1001/batterie-de-savoir --plugin tafelmusikAdd to your .mcp.json:
{
"mcpServers": {
"tafelmusik": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"-m",
"tafelmusik.mcp_server"
],
"env": {
"TAFELMUSIK_URL": "ws://hezza:3456"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvTAFELMUSIK_URL=ws://hezza:3456