Skip to content
Grok

unicode mcp for Grok

io.github.mrfentmen/unicode-mcp

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

client:Grok transport:stdio runtime:npm

Install unicode mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "unicode-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "unicode-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

unicode mcp in other clients