Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From playwright-recast
Records and replays browser interactions using Playwright, with optional AI narration via OpenAI and text-to-speech via ElevenLabs. Runs locally.
npx claudepluginhub thepatriczek/playwright-recast --plugin playwright-recastCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"recast": {
"command": "npx",
"args": [
"-y",
"-p",
"playwright-recast",
"-p",
"@playwright/test",
"-p",
"openai",
"-p",
"@elevenlabs/elevenlabs-js",
"recast-mcp"
],
"env": {
"RECAST_FPS": "120",
"RECAST_WORK_DIR": ".",
"RECAST_TTS_VOICE": "3HdFueVb2f3yUQzeEpyz",
"RECAST_RESOLUTION": "4k",
"RECAST_CLICK_SOUND": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
RECAST_FPS=120RECAST_WORK_DIR=.RECAST_TTS_VOICE=3HdFueVb2f3yUQzeEpyzRECAST_RESOLUTION=4kRECAST_CLICK_SOUND=trueShare bugs, ideas, or general feedback.