HomeDevelopment › Writing Style Checker

Writing Style Checker

Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells

TypeScript CloudLocal Remote
★ 6 stars Last pushed 2026-07-24 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://wsc.theserverless.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http wsc https://wsc.theserverless.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "wsc": {
      "url": "https://wsc.theserverless.dev/mcp"
    }
  }
}

Package (npm 2.2.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "wsc": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry