Text Count Server
БесплатноНе проверенProvides tools for AI models to count characters and words in text, supporting English and other space-delimited languages.
Описание
Provides tools for AI models to count characters and words in text, supporting English and other space-delimited languages.
README
A Model Context Protocol (MCP) server that provides text counting tools for AI models.
Overview
This server implements the Model Context Protocol to provide tools for counting characters and words in text. These tools help AI models to accurately count text elements without relying on their own counting abilities.
Features
- count_characters: Count the number of characters in a text string
- count_words: Count the number of words in a text string (currently supports English and other space-delimited languages)
Installation
npm install
Usage
As a standalone server
node build/index.js
With an MCP-compatible client
This server can be used with any client that supports the Model Context Protocol.
API
count_characters
Counts the number of characters in the provided text.
Input:
{
"text": "The text to count characters in."
}
Output:
{
"content": [
{
"type": "text",
"text": "The text contains 30 characters."
}
]
}
count_words
Counts the number of words in the provided text.
Input:
{
"text": "The text to count words in."
}
Output:
{
"content": [
{
"type": "text",
"text": "The text contains 6 words."
}
]
}
Limitations
- Japanese language word counting is not yet supported.
- Other languages use space-based word splitting, which may not be accurate for all languages.
License
See the LICENSE file for license rights and limitations.
Установка Text Count Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/yuiseki/text-count-mcp-serverFAQ
Text Count Server MCP бесплатный?
Да, Text Count Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Text Count Server?
Нет, Text Count Server работает без API-ключей и переменных окружения.
Text Count Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Text Count Server в Claude Desktop, Claude Code или Cursor?
Открой Text Count Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Text Count Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
