2 GB user interviews into Claude when the chat limit is 500 MB Zernote, a user research platform, has integrated Anthropic's MCP Apps to enable uploading files up to 1800 MB into Claude, bypassing the 500 MB per-file limit, by using an iframe widget that streams files directly to Zernote's backend and storage. The company reports that 80% of UX researchers use LLMs for interview analysis, but models hallucinate after 7 to 9 interviews, prompting the development of this solution. The new MCP connector is live and free to try. Two months ago we moved Zernote's interface into MCP. We ran 37 interviews with UX researchers. Around 80% were already running interview analysis through an LLM . They paste transcripts into Claude, ask for themes. After 7 to 9 interviews the model starts to hallucinate . So we built the wrapper. Tools for folders, interviews, transcripts, quotes. OAuth. Claude could read a corpus and cite it. And we still could not turn the UI off. One thing blocked it: upload limits . User researchers often record calls as screencasts . Such recordings can be up to 800 MB, 900 MB, and sometimes 1800 MB . Claude has a hard limit: 500 MB per file. We went looking for how other people were getting files into Claude at all. Brain Graph's connector was doing it. Their tool takes a PDF, slides, or an audio file and lands it in their knowledge graph. Their caps are modest: around 150 MB for audio, 35 MB for documents. Nowhere near a 1800 MB screencast. The limits were not the interesting part. The mechanism was. They were not pushing bytes through the tool call. They were opening a widget. Anthropic shipped MCP Apps https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/ in January 2026. Any connector can hand Claude an iframe, a small application rendered directly inside the conversation . The iframe does not run on claude.ai. Anthropic serves it from its own sandboxed origin: https://