text-count-mcp-server

text-count-mcp-server

0

The text-count-mcp-server is an MCP server that offers tools for counting characters and words, assisting AI models in text analysis without depending on their own counting abilities. It supports multiple languages that use space-delimited text structures.

Overview

This project is a Model Context Protocol (MCP) server providing text counting tools useful for AI models. It offers the ability to count characters and words in a text string, supporting English and other space-delimited languages.

Features

  • count_characters: Count characters in a text string
  • count_words: Count words in a text string (supports English and certain languages)

Usage

This server can be used as a standalone server or with an MCP-compatible client.