PluginBench
MCP Server

io.github.zoharbabin/brand-voice MCP Server

io.github.zoharbabin/brand-voice

What is the io.github.zoharbabin/brand-voice MCP server?

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

How to install io.github.zoharbabin/brand-voice

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "brand-voice": {
      "command": "node",
      "args": [
        "-y",
        "brand-voice"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "brand-voice": {
      "command": "node",
      "args": [
        "-y",
        "brand-voice"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "brand-voice": {
      "command": "node",
      "args": [
        "-y",
        "brand-voice"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "brand-voice": {
      "type": "stdio",
      "command": "node",
      "args": [
        "-y",
        "brand-voice"
      ]
    }
  }
}
Claude Code
claude mcp add brand-voice -- node -y brand-voice

Related MCP servers

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

View repository →

Your AI research assistant that cites real sources and stays honest

View repository →