Skip to content
Cursor

unicode mcp for Cursor

io.github.mrfentmen/unicode-mcp

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

client:Cursor transport:stdio runtime:npm

Install unicode mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

unicode mcp in other clients