Back to Home
aharvard icon

mcp-bubble-wrap

Verified Safe

by aharvard

Overview

Provides an interactive bubble wrap simulator as an MCP (Model Context Protocol) widget, compatible with OpenAI Apps SDK and native MCP Apps.

Installation

Run Command
pnpm start

Environment Variables

  • BASE_URL
  • PORT
  • NODE_ENV

Security Notes

The server uses CORS with an allow-all origin ('*') which, while common for development and embeddable widgets, could be a minor concern in certain production scenarios if not properly restricted or understood. The widget also uses `window.parent.postMessage` with a wildcard target origin ('*'), which is standard for iframe communication but relies on a secure host to validate incoming messages. Content Security Policy (CSP) is explicitly defined, which is a good security practice. No hardcoded secrets or malicious patterns were identified.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens75
Stars0
Forks1
Last Update2026-01-15

Tags

MCPOpenAI Apps SDKReactWidgetInteractive UI