@mukundakatta/count-mcp
v0.1.1
Published
MCP server: counts for text — lines, words, characters, code points, paragraphs.
Maintainers
Readme
count-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": 33, "code_points": 31, "paragraphs": 2, "bytes": 36 }Configure
{ "mcpServers": { "count": { "command": "npx", "args": ["-y", "@mukundakatta/count-mcp"] } } }MIT.
