
Word Counter
Analyzes text files to count words and characters without exposing file content to LLMs. Processes documents locally through a simple Node.js interface.
10287 views8Local (stdio)
What it does
- Count words in text documents
- Count characters including spaces
- Count characters excluding spaces
- Process local text files directly
Best for
Writers tracking document lengthContent editors analyzing text metricsStudents checking assignment word counts
Privacy-focused — content not exposed to LLMsLocal file processing
Tools (1)
analyze_text
Count words and characters in a text document