Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Counting Server

БесплатноНе проверен

A remote MCP server that provides a counting tool, e.g., to count letters in words.

GitHubEmbed

Описание

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:

  1. Open Claude Desktop.
  2. Go to Settings > Developer > Edit Config.
  3. 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 the stdio transport of the MCP spec) to connect to your MCP Server via HTTP+SSE protocol by translating between the two. Ensure mcp-proxy is 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.

Strawberry response with Tools

from github.com/rekog-labs/mcp-nest-getting-started

Установка Counting Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/rekog-labs/mcp-nest-getting-started

FAQ

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

Compare Counting Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development