Counting Server
БесплатноНе проверенA remote MCP server that provides a counting tool, e.g., to count letters in words.
Описание
A remote MCP server that provides a counting tool, e.g., to count letters in words.
README
Remote MCP Tools
Install the dependencies:
npm install
Start your MCP server with:
npm run start
Your server will be running at http://localhost:3000/mcp.
You can quickly try it out with the command below:
bunx @modelcontextprotocol/[email protected] \
--cli http://localhost:3000/mcp \
--transport http \
--method tools/list
Or try it out interactively using the inspector:
bunx @modelcontextprotocol/[email protected]
Connecting to Claude Desktop
To connect your tool to Claude Desktop:
- Open Claude Desktop.
- Go to Settings > Developer > Edit Config.
- Add your MCP server to the configuration using
mcp-proxy:
{
"mcpServers": {
"counting": {
"command": "mcp-proxy",
"args": [
"http://localhost:3000/sse"
]
}
}
}
NOTE:
mcp-proxy(repo) enables Claude Desktop (which currently supports only thestdiotransport of the MCP spec) to connect to your MCP Server viaHTTP+SSEprotocol by translating between the two. Ensuremcp-proxyis installed and accessible in your system's PATH.
Restart Claude Desktop, and your tool will be available.
Testing It Out
Now you can ask Claude: "How many 'R's are in 'strawberry'?"
Claude should use your counting tool to provide the correct answer.

Установка Counting Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/rekog-labs/mcp-nest-getting-startedFAQ
Counting Server MCP бесплатный?
Да, Counting Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Counting Server?
Нет, Counting Server работает без API-ключей и переменных окружения.
Counting Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Counting Server в Claude Desktop, Claude Code или Cursor?
Открой Counting 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 Counting Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
