mcp-ext-apps
Sample App for MCP Apps Extension (SEP-1865)
Install / Use
claude mcp add hemanth -- npx -y github:hemanth/mcp-ext-appsIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Our assessment of mcp-ext-apps
mcp-ext-apps scores 59/100 on our quality scale, 813th of 1,340 Development & Engineering skills we index.
Its MCP Server is 1.4 KB long, split into 6 sections with 3 code examples: moderately detailed.
It has 10 GitHub stars, so there is little community track record yet; judge it on its content.
Maintenance, license and trust
- The repository was last updated about 10 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
- Our last check on 2026-09-22 found the source still online.
- No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
- Its trust signals score 74/100, with 3 cautions from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.
Safety scan
No issues foundOur scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful.
AI review by kimi-k2.7-code on 2026-09-24. Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.
mcp-ext-apps compared with similar skills
All 4 of these similar skills score higher than mcp-ext-apps; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| mcp-ext-apps (this skill)by hemanth | 59 | 10 | 10mo ago | MCP Server |
| Agent-Reachby Panniantong | 100 | 85.2k | 8d ago | CLAUDE.md |
| headroomby headroomlabs-ai | 100 | 73.7k | today | CLAUDE.md |
| rufloby ruvnet | 100 | 73.2k | today | CLAUDE.md |
| CowAgentby zhayujie | 100 | 47.1k | today | CLAUDE.md |
Frequently asked questions
- How do I install mcp-ext-apps?
- Run
claude mcp add hemanth -- npx -y github:hemanth/mcp-ext-apps. The install tabs above show the steps for each supported agent. - Which AI agents does mcp-ext-apps work with?
- It is written for Claude Code and Claude Desktop, as a MCP Server file. Other agents that read the same format can often use it too.
- Is mcp-ext-apps safe to use?
- Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. An AI review of the same text found nothing harmful. It declares no license and scores 74/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
- Is mcp-ext-apps still maintained?
- The repository was last updated about 10 months ago. That is recent enough to be usable, but agent tooling moves fast, so check the instructions against your agent's current version.
Skill content
View source on GitHubMCP Ext Apps
Sample implementation of MCP Apps Extension (SEP-1865) - interactive HTML/JS UIs through MCP tools.
https://github.com/user-attachments/assets/dd4c968f-1b82-4975-8b89-374933363a99
Quick Start
npm install
npm start
Open http://localhost:8080
How It Works
Host Client MCP Server
┌────────────────────┐ ┌──────────────┐
│ tools-sidebar │ ── call tool ─> │ Tools: │
│ app-container │ <── HTML UI ─── │ - dashboard │
│ [sandboxed iframe]│ │ - clock │
└────────────────────┘ └──────────────┘
localhost:8080 localhost:3001
- Host connects to MCP server, lists tools
- User clicks a tool, host calls it via MCP
- Tool returns
text/html+mcpresource withui://URI - Host renders in sandboxed iframe with CSP
- UI communicates via JSON-RPC 2.0 over
postMessage
SEP-1865 Compliance
ui://scheme for resource URIstext/html+mcpMIME type_meta.ui/resourceUriin tool responsesui/initializehandshake protocol- JSON-RPC 2.0 message format
- Sandboxed iframe with CSP headers
Scripts
npm start # Build + start server
npm run server # MCP server (port 3001)
npm run host # Host client (port 8080)
License
MIT
Related Skills
Agent-Reach
85.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.7kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.2k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
