SimSense MCP Connector Gives Claude Artifacts Permanent URLs with Persistent State

SimSense is an MCP connector that solves a specific problem with Claude-generated artifacts: when Claude creates HTML, JavaScript, or interactive tools, they typically disappear once you close the chat window. This connector gives those outputs permanent addresses on the web.
What SimSense Does
The tool creates "sims" - living HTML pages deployed to permanent URLs that exist on the open web. These sims can be opened on any device with a browser, displayed on TVs, iPads, or kiosks, and shared via Slack or WhatsApp as simple URLs.
Key Features from the Source
- Screen persistence: Sims can lock screens awake (no sleep, no timeout), transforming displays into ambient information infrastructure for spaces like kitchen counters, lobby walls, or break room TVs.
- State memory: Sims can read and write persistent state, allowing data to persist between visits. This enables actual applications rather than static displays.
Example Use Cases
The source provides several working examples of sims with persistent state:
- A shoutout board where submissions persist:
https://sim-ghost-sun-2716.my.simsense.ai - A community job board for a Vermont town:
https://sim-liminal-feed-3116.my.simsense.ai - An AI layoff tracker anyone can contribute to:
https://sim-cold-shell-9435.my.simsense.ai - Generative art that runs indefinitely on a screen:
https://sim-idle-span-8820.my.simsense.ai
How It Changes Claude's Capabilities
According to the source, state memory transforms Claude from a generator into a builder of actual applications. This enables:
- Polls that persist over time
- Forms that collect and store submissions
- Leaderboards that update
- Trackers that accumulate data
The tool is available as an MCP connector for Claude Pro, Max, and Team users. It's free during beta and accessible at simsense.ai.
Who It's For
Claude users who want to deploy Claude-generated HTML/JS artifacts to permanent, shareable URLs with persistent state functionality.
📖 Read the full source: r/ClaudeAI
👀 See Also

Elodin Open-Sources AI Racing Harness with Real-Time Betaflight Simulation for AI Grand Prix Contestants
Elodin released an open-source simulation harness for the AI Grand Prix virtual qualifier, matching competition constraints and running against real Betaflight. The Rust/Bevy-based tool generates camera sensor samples directly in the loop, avoiding heavy game engine overhead.

Hyper iOS App: Voice Recorder with Real-Time Transcription and Action Extraction
Hyper is an iOS voice recorder app that transcribes conversations in real-time, provides summaries and action items, and allows mid-conversation queries via wakeword detection. It's designed for unstructured meetings like 1:1s, coffee chats, and standups.

Open-Source Claude Code Plugins for Agentic Commerce Protocols
OrcaQubits has released eight open-source Claude Code plugins that implement agentic commerce protocols including UCP, ACP, AP2, and A2A, with MIT licensing and support for platforms like Magento 2, BigCommerce, and WooCommerce.

Vibeyard IDE adds embedded browser for direct web UI editing with AI agents
Vibeyard, an open-source IDE for AI coding agents, now includes a browser tab session type that lets users click elements in a web UI and instruct an AI agent to edit them directly, eliminating selector guessing and component hunting.