*I’ve built IF Whisperer, an experiment for playing classic parser IF in the browser with optional AI help:
*
https://whisperer.solutions.cz/
It is not a new game and not a walkthrough site. It uses the Parchment-style browser play model: pick a game from a small shelf or paste an IFDB storyfile URL, then play normally in the browser.
The twist is that, when you get stuck, your own AI assistant can connect through an MCP server, read your transcript/session context, and give a nudge based on where you are, what you’ve tried, and what you’re carrying. The goal is “get unstuck without spoilers,” not to solve the game for the player.
I’d especially appreciate feedback from people who use or work on Parchment, Lectrote, Frotz, Gargoyle, IFDB play-online flows, or similar tools:
-
Is transcript-aware hinting useful for new parser IF players?
-
Does the AI layer feel like it belongs outside the interpreter, or should this stay completely separate from IF tooling?
-
What privacy/consent expectations would IF players have for transcript sharing?
-
Are there games or parser edge cases that would make good tests?