Detect unnatural Korean and English mid-word wrapping in responsive web pages.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
WrapGuard is an MCP server and CLI that renders responsive pages with Playwright and finds Korean or English words split across visual lines. It also reports hard newlines embedded inside words, such as μ
λ‘β΅λ, without rewriting immutable source evidence.
νκΈΒ·μμ΄ λ¬Έμ₯μ΄ λ°μν νλ©΄μμ λ¨μ΄ μ€κ°μ μ리λ λ¬Έμ λ₯Ό μ€μ λΈλΌμ°μ μ’νλ‘ κ²μ¬ν©λλ€. νμ μ΄λ¦μ μμ λ‘κ² λ°κΏ μ μμ§λ§ npm/GitHub/MCP Registryμ ν¨ν€μ§ μλ³μλ λ³λλ‘ μ μ§λ©λλ€.
URLs, code, hashes, and immutable raw evidence can be excluded with patterns or data-wrapguard-ignore. Public fixtures contain no private data.
Requirements: Node.js 22 or newer and a Playwright Chromium installation.
With browserChannel: "auto" (the default), WrapGuard tries Playwright Chromium first and then an installed Chrome or Microsoft Edge. Installing Playwright Chromium is the reproducible choice for CI.
After an npm release, an MCP client can launch it directly:
On Windows, clients that do not resolve command shims may need npx.cmd instead of npx.
Run it as a release gate without MCP:
Exit code 0 means no avoidable split, 1 means regression issues were found, and 2 means the audit could not run.
Copy wrapguard.config.example.json to wrapguard.config.json, then edit:
WRAPGUARD_SERVER_NAME overrides the JSON value. This changes the runtime MCP display name only. Before the first public release, change name, mcpName, repository URLs, and server.json together if you want a different permanent package identity.
server_infoaudit_pagedetect_midword_breaksinspect_wrap_csssuggest_wrap_fixverify_wrap_regressionapply_wrap_fix β dry-run by default; real writes require allowWrites: true and an allowed rootThe default configuration audits local files under the configured roots and localhost only. Remote URL auditing, screenshots, and CSS writes are disabled unless explicitly enabled. A hosted instance should use a narrow allowedHosts list because unrestricted browser navigation creates an SSRF risk.
CSS previews, CSS writes, and screenshots resolve filesystem links before checking allowedFileRoots. Screenshot directories must be inside an existing allowed root. An explicitly selected configuration file must exist and contain a JSON object; a missing conventional wrapguard.config.json still uses defaults. Runtime and MCP versions are read from package.json.
npx -y wrapguard-mcp./mcp over Streamable HTTP for clients that do not run local processes.After reviewing the repository name and public contents:
Then validate and publish server.json with the official mcp-publisher. The npm package must be published first and the mcpName in package.json must match server.json.
The included container starts the Streamable HTTP server at /mcp:
For a public host, set WRAPGUARD_HTTP_HOSTS to the deployed domain and store WRAPGUARD_HTTP_TOKEN as a platform secret. Use a container service that supports Playwright/Chromium, such as Cloud Run, Fly.io, Render, Railway, or an equivalent service. Add the final HTTPS URL to the remotes field in server.json only after the endpoint exists.
Vercel Functions are not the default recommendation for this project because browser binaries, execution duration, and memory limits make browser audits less predictable than a long-running container.
The test suite uses synthetic Korean and English pages and an in-memory MCP client/server connection.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wrapguard-mcp)<a href="https://allmcps.com/mcp/wrapguard-mcp"><img src="https://allmcps.com/api/badge/wrapguard-mcp?style=directory" alt="WrapGuard MCP on AllMCPs" /></a>