Back to Browse

Unicode MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to Unicode characters, blocks, names, scripts, and properties. Tools include...

About

Use this MCP server to Unicode characters, blocks, names, scripts, and properties. Tools include...

Security Report

7.2
Moderate7.2Low Risk

This is a well-designed Unicode reference server with clean code and appropriate security practices. It fetches data from official Unicode.org sources with proper error handling and input validation. No authentication is required because the server only provides read-only access to public Unicode data. Permissions are tightly scoped to network HTTP requests only, matching the server's stated purpose. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-unicode-mcp": {
      "args": [
        "-y",
        "unicode-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

unicode-mcp

A practical Unicode reference for agents working with internationalization, text processing, emoji, fonts, and character bugs.

Tools

  • get_character: inspect official UnicodeData fields for a code point.
  • search_blocks: search Unicode block names and ranges.
  • search_emoji: search the official emoji test data by name or annotation.

The server reads official Unicode data files and caches them only for the current process. Unicode normalization, rendering, grapheme segmentation, and font support are separate concerns and are not inferred by this server.

Run

npm install
npm run build
node dist/index.js

Reviews

No reviews yet

Be the first to review this server!