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
- Dev builds interactive 3D product experience with GPT-6 Astra + Hyper3D Rodin — nikola_mr64990 · 2026-09-11
- Codex tip: use Sol with Astra and Luna sub-agents to save usage — pvncher · 2026-09-11
- agents-best-practices: a provider-neutral Agent Skill for designing and auditing agentic harnesses — tom_doerr · 2026-09-11
- Cognition's SWE-2 uses a KKT duality argument in RL to shift the effort Pareto curve — YouJiacheng · 2026-09-11
- First-ever Three.js Conference lands in Paris, with a panel on AI-shortened design workflows — OdinLovis · 2026-09-11
- Data engineering, not agent frameworks, is the real bottleneck for enterprise AI agents — dhruv2038 · 2026-09-11