stylemcp for Cursor
io.github.3dunlmtd/stylemcp
Brand rules for AI outputs. Validate and rewrite text to match your brand voice.
client:Cursor
transport:stdio
runtime:npm
Install stylemcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stylemcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stylemcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs