Klura turns one-off Claude browser tasks into reusable MCP capabilities and replays them up to 1,400× faster
rundfunk · reddit · 2026-07-24
Klura is a source-available MCP runtime for Claude that tries to turn one-off browser tasks into reusable capabilities.
- The problem: browser agents often rediscover the same website flow every time, wasting time and tokens.
- On first execution, Claude completes the task in the browser while Klura captures browser state and network activity.
- Klura then reverse-engineers the workflow into a reusable capability, preferably as a direct HTTP request with variable parts exposed as arguments.
- If direct requests are not possible, it stores a page script that runs in the site’s own JavaScript context.
- The capability can fall back to a recorded browser path for edge cases like login renewal, and can be used across devices with Claude Code + Dispatch.
- Benchmarks claim replay is 50×–1,400× faster than raw browser automation; one ASOS task went from 1m 35s to 67.9ms.
- The author is looking for feedback from people building with MCPs or browser agents.
More from coding & agent
- NVIDIA says Nemotron 3 Ultra hit 97.1% on agentic RTL chip-design tasks — NVIDIAAI · 2026-07-27
- Tokyo Agent Forge hackathon shipped production-ready AI agents in one day — DavidBennett__ · 2026-07-27
- Long-running agents will need immutable event logs, this thread argues — sebpaquet · 2026-07-27
- Agentic Data Science in Practice: Agents Write Code but Answer Wrong Questions — hugobowne · 2026-07-27
- A VS Code extension adds Markdown-style highlighting to Alchemy string templates — samgoodwin89 · 2026-07-27
- Claude’s Stripe MCP connector is being called unusable after repeated disconnects — evielync · 2026-07-27