readability-mcp-server

wedo911/readability-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
MCP server exposing readability scoring (Flesch) and plain-language simplification as tools any AI agent can call on its own output. Local-only, no API key.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "readability-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "wedo911/readability-mcp-server"
      ]
    }
  }
}