text-count-mcp-server
If you are the rightful owner of text-count-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that provides text counting tools for AI models.
The text-count-mcp-server is designed to implement the Model Context Protocol, offering essential tools for counting characters and words within text. This functionality is crucial for AI models that require precise text element counting without relying on their own internal mechanisms. The server supports character and word counting, with a focus on English and other space-delimited languages. It is a versatile tool that can be used as a standalone server or integrated with any MCP-compatible client.
Features
- count_characters: Count the number of characters in a text string.
- count_words: Count the number of words in a text string, supporting English and other space-delimited languages.