Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Count

FreeNot checked

MCP server: count lines, words, chars, code points, paragraphs, and bytes in text.

GitHubEmbed

About

MCP server: count lines, words, chars, code points, paragraphs, and bytes in text.

README

npm mcp

MCP server: counts for text — lines, words, characters, code points, paragraphs, byte length.

Tool: count

{ "text": "Hello world.\n\nSecond paragraph 🌍." }

{ "lines": 3, "words": 5, "chars": 34, "code_points": 33, "paragraphs": 2, "bytes": 36 }

Configure

{ "mcpServers": { "count": { "command": "npx", "args": ["-y", "@mukundakatta/count-mcp"] } } }

MIT.

from github.com/MukundaKatta/count-mcp

Installing Count

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/MukundaKatta/count-mcp

FAQ

Is Count MCP free?

Yes, Count MCP is free — one-click install via Unyly at no cost.

Does Count need an API key?

No, Count runs without API keys or environment variables.

Is Count hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Count in Claude Desktop, Claude Code or Cursor?

Open Count on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Count with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs