MCP Character Counter

MCP Character Counter

Provides detailed character analysis for text, counting total characters, characters without spaces, letters, numbers, and symbols through a simple MCP tool interface.

Category
访问服务器

README

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 (a-z, A-Z)
  • Count numbers (0-9)
  • Count symbols (non-alphanumeric characters)
  • Detailed breakdown of character types

image

Installation

Prerequisites

Setup

  1. Clone the repository:

    git clone https://github.com/webreactiva-devs/mcp-character-counter.git
    cd mcp-character-counter
    
  2. Install dependencies:

    npm install
    

Usage with Claude Desktop

  1. Open your Claude Desktop configuration:

    macOS:

    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    

    Windows:

    code %APPDATA%\Claude\claude_desktop_config.json
    
  2. Add 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 actual path on your system.

  3. Restart Claude Desktop to load the new MCP server.

  4. Look for the hammer icon in the input box, which indicates available MCP tools.

  5. 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:

  1. Make sure you have GitHub Copilot installed in your VS Code or other compatible IDE.

  2. Open VS Code settings and search for "Copilot MCP".

  3. 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"]
        }
      ]
    }
    
  4. Restart VS Code.

  5. 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:

  1. Make your changes to character-counter.js
  2. Restart 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.


Contador de Caracteres MCP

Un servidor ligero de Model Context Protocol (MCP) que proporciona un análisis detallado de caracteres en un texto. Esta herramienta cuenta caracteres totales, caracteres sin espacios, letras, números y símbolos.

Características

  • Cuenta el total de caracteres en un texto
  • Cuenta caracteres excluyendo espacios
  • Cuenta letras (a-z, A-Z)
  • Cuenta números (0-9)
  • Cuenta símbolos (caracteres no alfanuméricos)
  • Desglose detallado de tipos de caracteres

Instalación

Requisitos previos

Configuración

  1. Clona el repositorio:

    git clone https://github.com/webreactiva-devs/mcp-character-counter.git
    cd mcp-character-counter
    
  2. Instala las dependencias:

    npm install
    

Uso con Claude Desktop

  1. Abre la configuración de Claude Desktop:

    macOS:

    code ~/Library/Application\ Support/Claude/claude_desktop_config.json
    

    Windows:

    code %APPDATA%\Claude\claude_desktop_config.json
    
  2. Añade el contador de caracteres a tus servidores MCP:

    {
      "mcpServers": {
        "character-counter": {
          "command": "node",
          "args": [
            "/RUTA/ABSOLUTA/A/webreactiva-devs/mcp-character-counter/mcp/character-counter.js"
          ]
        }
      }
    }
    

    Reemplaza /RUTA/ABSOLUTA/A/ con la ruta actual en tu sistema.

  3. Reinicia Claude Desktop para cargar el nuevo servidor MCP.

  4. Busca el icono de martillo en la caja de entrada, que indica las herramientas MCP disponibles.

  5. Pide a Claude que analice el recuento de caracteres en un texto, por ejemplo:

    • "Cuenta los caracteres en este párrafo"
    • "¿Cuántos números hay en este texto: '123 Calle Principal, Apto 45B'?"
    • "Analiza la composición de caracteres de mi dirección de correo electrónico"

Uso con GitHub Copilot

Para usar este servidor MCP con GitHub Copilot:

  1. Asegúrate de tener GitHub Copilot instalado en VS Code u otro IDE compatible.

  2. Abre la configuración de VS Code y busca "Copilot MCP".

  3. Añade una nueva configuración de servidor MCP:

    "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"]
        }
      ]
    }
    
  4. Reinicia VS Code.

  5. Ahora puedes usar el contador de caracteres con comandos de Copilot Chat como:

    • /mcp count-characters-in-text Este es el texto que quiero analizar

Desarrollo

Para modificar o extender este servidor MCP:

  1. Realiza tus cambios en character-counter.js
  2. Reinicia el servidor en tu cliente MCP

Cómo funciona

Este servidor MCP implementa una única herramienta llamada count-characters-in-text que acepta texto como entrada y devuelve un análisis detallado de la composición de caracteres. El servidor utiliza el Protocolo de Contexto del Modelo para exponer esta funcionalidad a asistentes de IA compatibles.

Licencia

MIT

Contribuir

¡Las contribuciones son bienvenidas! Por favor, no dudes en enviar un Pull Request.

Colofón

Creado con 🧡 para la Comunidad Malandriner de webreactiva.com

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选