Writing Style Checker
Rank #15,558io.github.theserverlessdev/wsc
Prose linter + AI-slop detector: weasel words, passive voice, hedging, and research-cited AI tells
Writing Style Checker is a Model Context Protocol (MCP) server published by theserverlessdev. It ranks #15,558 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Writing Style Checker is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 116,488 of 132,046 servers on MCP Toplist.
Use Writing Style Checker
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http wsc https://wsc.theserverless.dev/mcpclaude mcp add wsc -- npx -y wsc-mcp[mcp_servers.wsc]
url = "https://wsc.theserverless.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.wsc]
command = "npx"
args = ["-y", "wsc-mcp"]Add to ~/.codex/config.toml.
https://wsc.theserverless.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"wsc": {
"command": "npx",
"args": [
"-y",
"wsc-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"wsc": {
"url": "https://wsc.theserverless.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"wsc": {
"command": "npx",
"args": [
"-y",
"wsc-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"wsc": {
"type": "http",
"url": "https://wsc.theserverless.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"wsc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wsc-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"wsc": {
"serverUrl": "https://wsc.theserverless.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"wsc": {
"command": "npx",
"args": [
"-y",
"wsc-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"wsc": {
"url": "https://wsc.theserverless.dev/mcp"
}
}
}{
"mcpServers": {
"wsc": {
"command": "npx",
"args": [
"-y",
"wsc-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.theserverlessdev%2Fwsc)<a href="https://mcptoplist.com/server/io.github.theserverlessdev%2Fwsc"><img src="https://mcptoplist.com/badge/io.github.theserverlessdev%2Fwsc.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
theserverlessdev
Available versions (2)
| Version | Published |
|---|---|
| 2.2.2 | Jul 14, 2026 |
| 2.2.1 | Jul 13, 2026 |
Frequently asked questions
- Who maintains Writing Style Checker?
- Writing Style Checker is maintained by theserverlessdev, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Writing Style Checker listed on the Official MCP Registry?
- Yes — Writing Style Checker is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Writing Style Checker have?
- MCP Toplist tracks 2 versions of Writing Style Checker, most recently published on Jul 14, 2026.
- Where can I find the source code for Writing Style Checker?
- The source code for Writing Style Checker is hosted at github.com/theserverlessdev/wsc.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.