textsanity-mcp

MukundaKatta/textsanity-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server: fast unicode/whitespace/encoding cleanup before LLM input. NFKC, zero-width strip, smart-punctuation conversion.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "textsanity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MukundaKatta/textsanity-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives AI assistants the ability to clean up messy unicode, whitespace, zero-width characters, and smart punctuation before feeding text to a downstream model. Works with Claude Desktop, Cursor, Cline, Windsurf, Zed, and any other MCP client. - **NFKC** unicode normalization (`fi` → `fi`, full-width digits → ASCII).