Writing Style Checker for VS Code
io.github.theserverlessdev/wsc
Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells
client:VS Code
transport:streamable-http
runtime:npm
tools:3
Install Writing Style Checker in VS Code
.vscode/mcp.json
{
"servers": {
"wsc": {
"type": "http",
"url": "https://wsc.theserverless.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs