brand voice for Cursor
io.github.zoharbabin/brand-voice
Enforce brand writing guidelines in Claude Code — PostToolUse hook + MCP server
client:Cursor
transport:stdio
runtime:npm
Install brand voice in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"brand-voice": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"brand-voice"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs