mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: Support MCP Apps (SEP-1865) — Interactive UI rendering from MCP servers #3205
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#3205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MarekFabinski on GitHub (Feb 24, 2026).
Summary
AnythingLLM already supports MCP servers as a tool client — this request is to
add support for MCP Apps (SEP-1865), the extension that allows
MCP servers to deliver sandboxed interactive UIs (HTML/JS iframes) directly
inside the chat interface.
What is it?
SEP-1865 is an official MCP extension co-authored by Anthropic and OpenAI
maintainers. It lets MCP tool servers return a
ui://resource (rendered in a sandboxed iframe) instead of plain text,with bidirectional JSON-RPC communication between the UI and the host.
Use cases this unlocks
Request
ui://resource payloads in MCP tool responses