MCP Character Counter
The MCP Character Counter server provides detailed character analysis for text:
Count total characters
Count characters excluding spaces
Count letters (a-z, A-Z)
Count numbers (0-9)
Count symbols (non-alphanumeric characters)
Get detailed breakdown of character types
Enables GitHub Copilot to analyze text composition with character counting functionality through Copilot Chat commands
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Character Countercount characters in this paragraph"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Character Counter
A lightweight Model Context Protocol (MCP) server that provides detailed character analysis for text. This tool counts total characters, characters without spaces, letters, numbers, and symbols.
Features
Count total characters in text
Count characters excluding spaces
Count letters (az, AZ)
Count numbers (0-9)
Count symbols (non-alphanumeric characters)
Detailed breakdown of character types
Related MCP server: File Analysis MCP Server
Installation
Prerequisites
Node.js v17 or higher
Claude Desktop or GitHub Copilot or Other MCP supported clients
Setup
Clone the repository:
git clone https://github.com/webreactiva-devs/mcp-character-counter.git cd mcp-character-counterInstall dependencies:
npm install
Usage with Claude Desktop
Open your Claude Desktop configuration:
macOS :
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows :
code %APPDATA%\Claude\claude_desktop_config.jsonAdd the character counter to your MCP servers:
{ "mcpServers": { "character-counter": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/webreactiva-devs/mcp-character-counter/mcp/character-counter.js" ] } } }Replace
/ABSOLUTE/PATH/TO/with the current path on your system.Restart Claude Desktop to load the new MCP server.
Look for the hammer icon in the input box, which indicates available MCP tools.
Ask Claude to analyze text character counts, for example:
"Count the characters in this paragraph"
"How many numbers are in this text: '123 Main St, Apt 45B'?"
"Analyze the character composition of my email address"
Usage with GitHub Copilot
To use this MCP server with GitHub Copilot:
Make sure you have GitHub Copilot installed in your VS Code or other compatible IDE.
Open VS Code settings and search for "Copilot MCP".
Add a new MCP server configuration:
"github.copilot.advanced": { "mcp.servers": [ { "id": "character-counter", "name": "Character Counter", "transport": "stdio", "command": "node", "args": ["/path/to/webreactiva-devs/mcp-character-counter/mcp/character-counter.js"] } ] }Restart VS Code.
You can now use the character counter with Copilot Chat commands like:
/mcp count-characters-in-text This is the text I want to analyze
Development
To modify or extend this MCP server:
Make your changes to
character-counter.jsRestart the server in your MCP client
How It Works
This MCP server implements a single tool called count-characters-in-text that accepts text input and returns a detailed analysis of character composition. The server uses the Model Context Protocol to expose this functionality to compatible AI assistants.
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
MCP Character Counter
A lightweight Model Context Protocol (MCP) server that provides detailed character analysis of text. This tool counts total characters, non-space characters, letters, numbers, and symbols.
Characteristics
Counts the total number of characters in a text
Count characters excluding spaces
Letter counter (az, AZ)
Count numbers (0-9)
Count symbols (non-alphanumeric characters)
Detailed breakdown of character types
Facility
Prerequisites
Node.js v17 or higher
Claude Desktop or GitHub Copilot or other MCP-compatible clients
Configuration
Clone the repository:
git clone https://github.com/webreactiva-devs/mcp-character-counter.git cd mcp-character-counterInstall the dependencies:
npm install
Use with Claude Desktop
Open Claude Desktop settings:
macOS :
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows :
code %APPDATA%\Claude\claude_desktop_config.jsonAdd the character counter to your MCP servers:
{ "mcpServers": { "character-counter": { "command": "node", "args": [ "/RUTA/ABSOLUTA/A/webreactiva-devs/mcp-character-counter/mcp/character-counter.js" ] } } }Replace
/RUTA/ABSOLUTA/A/with the current path on your system.Restart Claude Desktop to load the new MCP server.
Look for the hammer icon in the input box, which indicates the available MCP tools.
Ask Claude to analyze the character count in a text, for example:
"Count the characters in this paragraph"
"How many numbers are in this text: '123 Calle Principal, Apto 45B'?"
"Analyze the character set of my email address"
Use with GitHub Copilot
To use this MCP server with GitHub Copilot:
Make sure you have GitHub Copilot installed in VS Code or another supported IDE.
Open VS Code settings and search for "Copilot MCP".
Add a new MCP server configuration:
"github.copilot.advanced": { "mcp.servers": [ { "id": "character-counter", "name": "Character Counter", "transport": "stdio", "command": "node", "args": ["/ruta/a/webreactiva-devs/mcp-character-counter/mcp/character-counter.js"] } ] }Restart VS Code.
You can now use the character counter with Copilot Chat commands like:
/mcp count-characters-in-text Este es el texto que quiero analizar
Development
To modify or extend this MCP server:
Make your changes to
character-counter.jsRestart the server on your MCP client
How it works
This MCP server implements a single tool called count-characters-in-text that accepts text as input and returns a detailed analysis of the character composition. The server uses the Model Context Protocol to expose this functionality to compatible AI assistants.
License
MIT
Contribute
Contributions are welcome! Please feel free to submit a Pull Request.
Colophon
Created with 🧡 for the Malandriner Community of webreactiva.com
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.11510Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides tools for text file analysis, including metrics like word counts and character frequencies, alongside file reading and directory browsing capabilities. This server enables LLMs to interact with and process local file content securely through the Model Context Protocol.MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server providing utility tools for math, text processing, data conversion, and URL fetching. It supports both STDIO and SSE communication modes for seamless integration with Claude Desktop and remote AI agents.51
- AlicenseNot gradedqualityDmaintenanceProvides tools for AI models to count characters and words in text, supporting English and other space-delimited languages.1MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
LLM chat, text summarization and AI image generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/webreactiva-devs/mcp-character-counter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server