Recapp — Loom for agents for Claude Desktop
dev.recapp/recapp
Loom for agents: AI agents record narrated product demos, plus transcripts, summaries, and search.
client:Claude Desktop
transport:streamable-http
Install Recapp — Loom for agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"recapp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://recapp.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs