Stats
Actions
Tags
From claude-cast
Runs locally as a stdio subprocess with Bun executing packages/stream-server/server.ts for Claude Cast functionality. Configured via CLAUDE_CAST_ROOT env var. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"claude-cast": {
"command": "bun",
"args": [
"${CLAUDE_PLUGIN_ROOT}/packages/stream-server/server.ts"
],
"env": {
"CLAUDE_CAST_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}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
Environment variables set when the server starts
CLAUDE_CAST_ROOT=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub kvreem/claude-cast --plugin claude-cast