Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client
Can it run DOOM? Yes - your AI coding assistant can run DOOM. Play DOOM in Claude Code, Cursor, or any MCP-compatible client. The AI sees the game, fights demons, navigates levels, and reports what's happening - or you direct it move by move. Read the blog post for the full story. A Rust MCP server embeds the real DOOM engine (doomgeneric) directly via FFI. No emulation, no child processes. Each…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Can it run DOOM? Yes - your AI coding assistant can run DOOM. Play DOOM in Claude Code, Cursor, or any MCP-compatible client. The AI sees the game, fights demons, navigates levels, and reports what's happening - or you direct it move by move. Read the blog post for the full story. A Rust MCP server embeds the real DOOM engine (doomgeneric) directly via FFI. No emulation, no child processes. Each tool call advances the game by a number of ticks and returns: 1. Game state - HP, armor, ammo,…