Skip to content
VS Code

stylemcp for VS Code

io.github.3dunlmtd/stylemcp

Brand rules for AI outputs. Validate and rewrite text to match your brand voice.

client:VS Code transport:stdio runtime:npm

Install stylemcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "stylemcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stylemcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

stylemcp in other clients