Compare/DOOM MCP vs Plain

AI tool comparison

DOOM MCP vs Plain

Which one should you ship with? Here is the side-by-side panel verdict, pricing read, reviewer split, and community vote comparison.

D

Developer Tools

DOOM MCP

Play DOOM inline inside Claude or ChatGPT — full game, no browser needed

Ship

75%

Panel ship

Community

Free

Entry

Chris Nager built a fully playable DOOM that runs as an MCP (Model Context Protocol) app, rendering inline inside Claude and ChatGPT without a separate browser tab. The architecture uses two MCP tools — create_doom_session for inline-capable hosts and get_doom_launch_url as a browser fallback — combined with cloudflare/doom-wasm for the game runtime and a signed token system that maintains session state across both surfaces. The result is the same session whether you're playing inline or in a tab. The key technical challenge was avoiding iframe and CSP (Content Security Policy) issues. Rather than embedding a browser page inside the MCP iframe, the DOOM canvas runs directly inside the host's iframe — a subtle but critical distinction that resolved a class of rendering and input-handling bugs. The final implementation is intentionally stripped down: no save/load, no persistence adapters, just stable playable DOOM. Beyond the novelty, this project is a concrete demonstration that MCP apps are interactive surfaces, not just tool-calling JSON endpoints. The progressive enhancement pattern — same signed-token foundation serving both inline and browser modes — is a reusable architecture for any game or interactive experience that wants to live inside an AI assistant. Nager open-sourced the implementation and the blog post is a detailed technical breakdown.

P

Developer Tools

Plain

Django reimagined for humans and AI agents alike

Ship

75%

Panel ship

Community

Paid

Entry

Plain is a full-stack Python web framework explicitly designed to work well with both human developers and AI agents. A fork of Django driven by ongoing development at PullApprove, it reimagines proven patterns for the agentic era: explicit, typed, predictable code that LLMs can understand, navigate, and modify without disambiguation. The framework ships with built-in agent tooling including rules files in '.claude/rules/' for guardrails and installable agent skills like '/plain-install', '/plain-upgrade', and '/plain-optimize'. The CLI unifies development into four commands: 'plain dev', 'plain fix', 'plain check', and 'plain test'. Thirty first-party packages cover authentication, analytics, payments, and more — reducing the assembly burden of a typical Django project. The tech stack is deliberately modern: PostgreSQL ORM with QuerySet API, Jinja2 templates, htmx and Tailwind CSS for frontend, Astral tools (uv, ruff, ty) for Python tooling, and oxc/esbuild for JavaScript. Python 3.13+ required. The design philosophy — prioritizing clarity and structure specifically to make code comprehensible to LLMs — reflects a bet that agentic-native frameworks will outperform retrofitted ones as AI-assisted development becomes the norm.

Decision
DOOM MCP
Plain
Panel verdict
Ship · 3 ship / 1 skip
Ship · 3 ship / 1 skip
Community
No community votes yet
No community votes yet
Pricing
Free / Open Source
Open Source
Best for
Play DOOM inline inside Claude or ChatGPT — full game, no browser needed
Django reimagined for humans and AI agents alike
Category
Developer Tools
Developer Tools

Reviewer scorecard

Builder
80/100 · ship

The signed-token progressive enhancement pattern is the part worth stealing. This is a clean reference architecture for MCP interactive apps, and DOOM just happens to be the demo case.

80/100 · ship

A Django fork that actually makes the right tradeoffs for 2026: drops the legacy baggage, goes all-in on PostgreSQL and type annotations, and adds first-class agent tooling with Claude rules files and installable agent skills. The unified CLI ('plain dev', 'plain fix', 'plain check', 'plain test') is the kind of opinionated ergonomics that makes day-to-day development faster. If you're starting a new Python web project and want it to work well with Claude Code, Plain is worth evaluating seriously.

Skeptic
45/100 · skip

Fun proof of concept but let's be honest: if your AI assistant is hosting a DOOM session, something has gone wrong with your productivity. The MCP-as-interactive-surface insight is real, but this specific app has no utility.

45/100 · skip

Django has survived 20 years because its stability and ecosystem matter more than its legacy baggage. Plain has 30 first-party packages and one production deployment: PullApprove, the startup that built it. That's not a community, that's a well-maintained internal framework that got open-sourced. 'Designed for agents' is also a questionable differentiator — Django apps work fine with Claude Code because LLMs read Python, not because the framework has agent-native features. The rules files in .claude/rules/ are just advisory text, same as CLAUDE.md.

Futurist
80/100 · ship

Every major compute platform's pivot point is when it runs DOOM. MCP running DOOM means MCP is a real platform now. The implications for interactive AI-embedded experiences are significant.

80/100 · ship

The design philosophy — explicit, typed, predictable code that machines can understand and modify — points to a real insight: the frameworks we write code in will increasingly be co-designed with AI agents as first-class users. Plain is early proof that 'agentic-native' is a legitimate axis for framework design, not just a marketing adjective. Expect other frameworks to adopt similar agent tooling within two years.

Creator
80/100 · ship

As someone who thinks about interactive experiences, the idea of game-like UI living inside an AI context is genuinely exciting. This is a crude ancestor of what interactive AI-native media could become.

80/100 · ship

For indie hackers building SaaS products with AI assistance, a framework built to be understandable by both you and your coding agent reduces the friction of the 'explain this codebase to Claude' step. The 30 first-party packages covering auth to analytics mean you're not assembling Django plugins from six different maintainers.

Weekly AI Tool Verdicts

Get the next comparison in your inbox

New AI tools ship daily. We compare them before you waste an afternoon.

Bookmarks

Loading bookmarks...

No bookmarks yet

Bookmark tools to save them for later