11 battle-tested text processing tools for AI agents. Diff, stats, case convert, regex, JSON format, and more โ all in one MCP server.
Compare two texts โ unified, inline, or side-by-side with change stats.
Words, reading time, sentence count, top words, density metrics.
10 formats: snake_case, camelCase, PascalCase, kebab-case, and more.
Convert any text to clean, SEO-friendly URL slugs.
Truncate at word boundaries with configurable ellipsis.
Full regex with flags: case-insensitive, multiline, dotall, verbose.
Remove all markdown formatting to get clean plain text.
Sort by alpha, length, numeric, shuffle. Deduplicate lines.
Pretty-print, validate, minify, or flatten JSON with error reporting.
Find all URLs in text, parsed with domain, path, and query params.
CSV/TSV โ markdown tables, ASCII tables, JSON, or cleaned CSV.
# Smithery (recommended)
npx smithery install content-toolkit-mcp --client claude
# Manual
git clone https://github.com/Rumblingb/content-toolkit-mcp.git
cd content-toolkit-mcp
pip install -r requirements.txt
python3 server.py