mcpbeat Sign in

WrapGuard MCP Server

local only

WrapGuard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 6 Sep 2026.

Detect unnatural Korean and English mid-word wrapping in responsive web pages.

Installs per day peak 16 · avg 1
a month agotoday
29
Installs / week
npm · wrapguard-mcp
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check WrapGuard MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wrapguard-mcp -- npx -y wrapguard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wrapguard-mcp": {
      "args": [
        "-y",
        "wrapguard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wrapguard-mcp]
command = "npx"
args = ["-y", "wrapguard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wrapguard-mcp": {
      "args": [
        "-y",
        "wrapguard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wrapguard-mcp": {
      "args": [
        "-y",
        "wrapguard-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WRAPGUARD_SERVER_NAME (Optional runtime display name for the MCP server.), WRAPGUARD_CONFIG (Optional absolute path to wrapguard.config.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WrapGuard MCP

same job, measured the same way
Rosh MCP
by rosh-studio

Create interactive web apps, games, and 3D scenes using Rosh — a plain-English language

61 installs/wk local only
Imagedimensions MCP
by bishop81

Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.

59 installs/wk local only
AIHawk
by feder-cr

AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.

local only
declaude
by tenkenco

Rewrites Claude-English into plain English, preserving meaning, code and structure.

answering
WordPress MCP
by servosity

Publish and manage WordPress pages, posts, media

local only
Postgres MCP
by edelciomolina

PostgreSQL MCP wrapper with .env credential mapping, tool selection, and safe read-only defaults.

92 installs/wk local only
Arne Kellmann Consulting
by arnekellmann

Read consulting services and search public architecture consulting documents in English or German.

3 tools answering
Agent Search MCP
by lennney

Free-first Chinese and English web search MCP using zero-key sources and inspectable evidence.

157 installs/wk local only

WrapGuard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for WrapGuard MCP?
WrapGuard MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package wrapguard-mcp was installed 29 times last week.
How do I connect WrapGuard MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wrapguard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use WrapGuard MCP?
The npm package wrapguard-mcp was installed 29 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WrapGuard MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.