A Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.
Counts words and characters in a text document. Parameters: filePath (string, required): Path to the text file to analyze. Returns: Word count, Character count (including spaces), Character count (excluding spaces).
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs