Text Counter Server
БесплатноНе проверенProvides a tool to calculate basic text metrics including character count, characters without spaces, and word count.
Описание
Provides a tool to calculate basic text metrics including character count, characters without spaces, and word count.
README
An MCP (Model Context Protocol) server that calculates basic text metrics for input text.
Features
get_text_count(text: str): Returns basic metrics for the provided textcharacters: total character countcharacters_without_space: character count excluding whitespacewords: word count
Example:
{
"characters": 12,
"characters_without_space": 11,
"words": 2
}
Requirements
- Python 3.10+
- uv installed
All Python dependencies are defined in pyproject.toml and will be resolved by uv.
Run locally
From this directory:
uv run python main.py
Or from anywhere using an explicit directory:
uv run --directory /home/gws8820/devochat/mcp-proxy/servers/text-counter python main.py
Use with an MCP client
Add the following in your MCP client configuration (example servers.json):
{
"mcpServers": {
"text-counter": {
"command": "uvx",
"args": ["text-counter"]
}
}
}
Once connected, call the tool get_text_count with a text string argument.
License
Distributed under the MIT License.
Установка Text Counter Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/gws8820/text-counterFAQ
Text Counter Server MCP бесплатный?
Да, Text Counter Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Text Counter Server?
Нет, Text Counter Server работает без API-ключей и переменных окружения.
Text Counter Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Text Counter Server в Claude Desktop, Claude Code или Cursor?
Открой Text Counter Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Text Counter Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
