@mcp-b/mcp-iframe
Overview
A custom element for exposing iframe MCP tools, resources, and prompts to a parent page.
Best For
Custom element for integrating iframe MCP tools, resources, and prompts into parent web pages.
Decision Snapshot
Install
available
Docs
8 links
- • GitHub stars: 47
- • Forks: 7
- • Source provenance count: 1
- • Last seen: 4/8/2026
- • Published: 3/26/2026
Installation / Setup
# Full runtime: polyfill + MCP bridge (most users start here) && pnpm add @mcp-b/global && # Strict WebMCP core polyfill only (no MCP extensions) && pnpm add @mcp-b/webmcp-polyfill
Use Cases
- • Common usage themes: mcp, model-context-protocol, iframe, custom-element.
Compatibility Signals
- • GitHub: mentions (Mentioned in approved metadata/docs evidence.)
Notes / Requirements
- • Primary language: HTML
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 0.75
- • Source feeds: npm Registry Search API
- • Topic cluster: research
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
cclsp
cclsp is an MCP server enabling access to LSP functionality, including Go to Definition, Find References, and multi-language support for TypeScript, Python, Go, and more.
zubeid-youtube-mcp-server
An MCP (Model Context Protocol) server implementation for YouTube, built with TypeScript/JavaScript. Integrates with AI services like Claude, available as an npm package.
xcode-cli
xcode-cli is a command-line interface (CLI) for interacting with Xcode MCP (Model Context Protocol) tools from the terminal. Built with TypeScript/JavaScript, it supports MCP client integration, workflow automation, and prompt templates, and is available via npm.
@robinbraemer/codemode
MCP tools for Code Mode, generated from OpenAPI specs. Replaces hundreds of individual MCP tools with two tools: search and execute.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.