mcpbeat Sign in

Unicode Security MCP Server

local only

Unicode Security MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Local first MCP checks for Unicode confusables, mixed scripts, invisible controls, and...

Installs / week
npm · unicode-security-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Unicode Security 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 unicode-security-mcp -- npx -y unicode-security-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unicode-security-mcp": {
      "args": [
        "-y",
        "unicode-security-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unicode-security-mcp]
command = "npx"
args = ["-y", "unicode-security-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unicode-security-mcp": {
      "args": [
        "-y",
        "unicode-security-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unicode-security-mcp": {
      "args": [
        "-y",
        "unicode-security-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Unicode Security MCP

same job, measured the same way
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

90 installs/wk local only
Husk
by husk-security

Local-first defensive scanner for vulnerable dependencies, leaked secrets, and risky agent configs

53 installs/wk local only
bouncer
by nugehs

Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.

82 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
Checker MCP
by oksigenia

Domain security & privacy checker as an MCP server. 17 live checks, 0-100 score, local-first.

37 installs/wk local only
Security Preflight
by jdhart81

Static MCP, source-code and injection-indicator checks with redacted signed receipts.

5 tools answering
LeakRank Guard
by prototeemo

Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.

39 installs/wk local only
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering

Unicode Security MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Unicode Security MCP?
Unicode Security 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 unicode-security-mcp.
How do I connect Unicode Security 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 unicode-security-mcp straight from npm; nothing to host, nothing to sign up for.
Is Unicode Security MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.