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

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.
Using an adversarial Claude chat to catch kickoff ambiguities before they cost you
A developer added a second Claude chat whose only job is to adversarially review kickoffs for ambiguous specs and silent failures, saving an estimated $150-400 in Claude Code rework across a project phase.

re_gent: Git for AI Coding Agents – Version Control for Agent Activity
re_gent is an open-source tool that provides version control for AI agent sessions, tracking every tool call, storing prompts and file diffs, and enabling commands like `rgt log`, `rgt blame`, and `rgt rewind` (coming soon).

Claude Code v2.1.206: /doctor Trims CLAUDE.md, /commit-push-pr Auto-Allow Git Push, Background Agent Upgrade
Claude Code v2.1.206 adds /cd path suggestions, a /doctor check to trim CLAUDE.md of derivable content, /commit-push-pr auto-allows git push to configured remotes, and fixes MCP request_timeout_ms, background agent upgrades, and Bedrock startup hangs.