惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
Attack and Defense Labs
Attack and Defense Labs
V2EX - 技术
V2EX - 技术
O
OpenAI News
S
Secure Thoughts
H
Heimdal Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Schneier on Security
Schneier on Security
H
Hacker News: Front Page
S
Security Affairs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
P
Proofpoint News Feed
The Register - Security
The Register - Security
GbyAI
GbyAI
Cloudbric
Cloudbric
MongoDB | Blog
MongoDB | Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
K
Kaspersky official blog
Forbes - Security
Forbes - Security
Y
Y Combinator Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Scott Helme
Scott Helme
Hacker News - Newest:
Hacker News - Newest: "LLM"
The Cloudflare Blog
Recorded Future
Recorded Future
人人都是产品经理
人人都是产品经理
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
Webroot Blog
Webroot Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LangChain Blog
T
Tor Project blog
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog RSS Feed
N
News and Events Feed by Topic
阮一峰的网络日志
阮一峰的网络日志
I
Intezer
V
V2EX
T
Tailwind CSS Blog
SecWiki News
SecWiki News
NISL@THU
NISL@THU
C
Check Point Blog

The Register - Special Features: Agentic AI

Unaccounted-for AI agents are being handed wide access Google to foist Gemini pane on Chrome users Yes, you can build an AI agent – here's how, using LangFlow Clawdbot becomes Moltbot, but can’t shed security concerns Gartner questions if Salesforce AI will stay all-you-can-eat Cursor is better at marketing than coding Salesforce willing to lose money on AI to lock in customers Agents of misfortune: The world isn't ready for AI agents MCP vs A2A: Agentic AI protocols take shape
Claude supports MCP Apps, presents UI within chat window
Thomas Claburn Thomas Claburn · 2026-01-27 · via The Register - Special Features: Agentic AI

Agentic AI

Claude can now disgorge interface elements from other apps

An official Model Context Protocol extension

Anthropic's Claude can now present the interfaces of other applications within its chat window, thanks to an extension of the Model Context Protocol (MCP).

Claude has long been able to fetch data from third-party applications through an MCP server connection. That capability has been expanded to present user interface elements like charts, forms, and dashboards, allowing third-party apps to be operated from within the chat window. 

"Claude already connects to your tools and takes actions on your behalf," the company said in a blog post. "Now those tools show up right in the conversation, so you can see what's happening and collaborate in real time."

The change makes Claude's chat environment more like a cross-application interface layer – users no longer have to switch application focus to access app-specific tools. It could pose a challenge to operating system makers like Apple, Google, and Microsoft, similar to the one presented by web browsers – it reduces the need to interact with the operating system.

And it's not just Claude that stands to benefit. The extension, called MCP Apps, should be available in other vendors' AI applications, including Goose, Visual Studio Code, and ChatGPT, either today or soon.

The MCP Apps Extension (SEP-1865) was first proposed back in November 2025 and is based on MCP-UI and the OpenAI Apps SDK. It allows MCP servers to deliver interactive user interface elements that hosts can render in-conversation, rather than returning data alone.

"MCP Apps address a real gap between what agentic tools can provide and how users naturally want to interact with them," said Clare Liguori, senior principal engineer at AWS, in remarks accompanying the MCP blog post. "The ability to render dynamic interfaces directly in conversation makes it easier to leverage MCP server capabilities in practical ways."

Initially, this ability to be proxied within Claude is limited to Anthropic's launch partners: Amplitude, Asana, Box, Canva, Clay, Figma, Hex, monday.com, Slack, and (soon) Salesforce. But expect that to expand over time as other software makers adapt their apps.

MCP Apps surface third-party interface elements in iframes, but with additional capabilities like logging events for debugging, opening links in the user's browser, sending follow-up messages, and updating the underlying model's context.

Image of Figma in Claude via MCP Apps extension

Image of Figma in Claude via MCP Apps extension
MCP Apps extension

"Running UI from MCP servers means running code you didn't write within your MCP host," the MCP post explains, citing various security layers like iframe sandboxing, pre-declared templates for prevailing HTML content prior to rendering, auditable messages, and host-managed approvals for UI-initiated tool calls.

Whether those defenses prove sufficient to avoid creating novel risks will be tested in time. ®