mcp-char-count

mcp-char-count

0

The 'mcp-char-count' project is an MCP server designed to count character occurrences in strings, facilitating the analysis of text by frequency. It integrates with systems like Claude Desktop and is testable using pytest.

mcp-char-count

Model context protocol (MCP) server to count character occurrences in strings.

Setup

For the setup with Claude Desktop, go .

Testing

Test the code with pytest:

uv run -m pytest --cov=server --cov-report=term-missing