Writing Style Checker for Claude Desktop
io.github.theserverlessdev/wsc
Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:3
Install Writing Style Checker in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"wsc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://wsc.theserverless.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs