Claude Code Adds Screen Reader Mode and Live-Data Artifacts via MCP
During the week of July 13 to 18, 2026, Anthropic shipped a batch of Claude Code updates: a dedicated screen reader mode for accessibility, published artifacts that can now pull live data from MCP connectors, and a set of security and stability hardening changes.
The Terminal Gets a Mode Built for Screen Reader Users
Starting the week of July 13 to 18, 2026, Claude Code began offering a dedicated accessibility mode that swaps the terminal's visual interface, full of boxes, spinners and in-place redraws, for a simple, linear text flow with labeled lines that screen readers such as VoiceOver and NVDA can read in order, including during permission approvals. The feature can be turned on per session with a command line flag, per shell with the CLAUDE_AX_SCREEN_READER environment variable, or permanently with the axScreenReader setting, according to the tool's official changelog.
Published Artifacts Stop Being a Snapshot of the Past
The week's most structural update affects published artifacts: they can now call MCP connectors every time someone views them, turning an artifact from a static capture of the moment it was created into a panel that shows current data and can even trigger actions on demand. Each call runs through the viewer's own account connections, and visitors must approve access before the first connector call, preserving permission control even when the artifact is shared.
More Security Behind the Screen
To reduce the risk of this new power being misused, Claude Code now requires developers to observe a real connector request and response before publishing an artifact that uses it, preventing integrations from going live without actually being tested. The week's batch of updates also brought tighter permission checks, safer handling of Bash and PowerShell commands, improved background session cleanup, stronger telemetry and better reliability for remote sessions and plugins, plus a new EndConversation tool and progress heartbeats for long running tasks.
Team Collaboration Gets More Layers
Team and Enterprise accounts now have public sharing links, editor roles for jointly editing artifacts, and the ability to create artifacts directly from Claude Tag sessions, Claude's Slack integration. This set of features expands Claude Code's use as a team collaboration tool, not just an individual coding assistant.
What Changes for Those Building Automation on Top of Claude
For agencies and technical teams using Claude Code to build dashboards, integrations and internal agents, the ability to publish an artifact that queries live data via MCP cuts the need to rebuild panels every time information changes, and opens room to deliver reports and internal tools that update themselves. Screen reader mode, in turn, widens the pool of people who can operate the tool independently, a relevant point for companies that take accessibility seriously when choosing technology vendors.