🎥 Record automated demos with video, screenshots, and AI narration using this MCP server for seamless product tutorials and documentation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"demosmith-mcp": {
"command": "npx",
"args": [
"-y",
"kiki2555/demosmith-mcp"
]
}
}
}
Run in terminal:
claude mcp add demosmith-mcp npx -y kiki2555/demosmith-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"demosmith-mcp": {
"command": "npx",
"args": [
"-y",
"kiki2555/demosmith-mcp"
]
}
}
}