Odel
brand voice

brand voice

Local
@zoharbabinTypeScriptMITUpdated 2mo ago

Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrand-voicev0.1.8

Run

npx -y brand-voice

MCP client config

{
  "mcpServers": {
    "brand-voice": {
      "command": "npx",
      "args": [
        "-y",
        "brand-voice"
      ]
    }
  }
}