MCP Character Counter
MCP文字カウンター
テキストの詳細な文字分析を提供する軽量の Model Context Protocol (MCP) サーバー。このツールは、文字数の合計、スペースのない文字数、文字、数字、記号をカウントします。
特徴
テキスト内の文字数をカウントする
スペースを除いた文字数を数える
文字を数える(az、AZ)
数字を数える(0~9)
記号(英数字以外の文字)を数える
キャラクタータイプの詳細な内訳
Related MCP server: File Analysis MCP Server
インストール
前提条件
Node.js v17以上
Claude DesktopまたはGitHub Copilotまたはその他の MCP 対応クライアント
設定
リポジトリをクローンします。
git clone https://github.com/webreactiva-devs/mcp-character-counter.git cd mcp-character-counter依存関係をインストールします:
npm install
Claude Desktopでの使用
Claude デスクトップ構成を開きます。
macOS :
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonウィンドウズ:
code %APPDATA%\Claude\claude_desktop_config.jsonMCP サーバーに文字カウンターを追加します。
{ "mcpServers": { "character-counter": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/webreactiva-devs/mcp-character-counter/mcp/character-counter.js" ] } } }/ABSOLUTE/PATH/TO/システム上の現在のパスに置き換えます。新しい MCP サーバーをロードするには、Claude Desktop を再起動します。
入力ボックスで、利用可能な MCP ツールを示すハンマー アイコンを探します。
Claude にテキストの文字数を分析してもらいます。例:
「この段落の文字数を数えてください」
「このテキスト「123 Main St, Apt 45B」には数字がいくつありますか?」
「私のメールアドレスの文字構成を分析してください」
GitHub Copilot での使用
この MCP サーバーを GitHub Copilot で使用するには:
VS Code またはその他の互換性のある IDE に GitHub Copilot がインストールされていることを確認してください。
VS Code 設定を開き、「Copilot MCP」を検索します。
新しい MCP サーバー構成を追加します。
"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"] } ] }VS Code を再起動します。
次のような Copilot Chat コマンドで文字数カウンターを使用できるようになりました。
/mcp count-characters-in-text This is the text I want to analyze
発達
この MCP サーバーを変更または拡張するには:
character-counter.jsに変更を加えますMCPクライアントでサーバーを再起動します
仕組み
この MCP サーバーは、テキスト入力を受け入れて文字構成の詳細な分析を返すcount-characters-in-textと呼ばれる単一のツールを実装します。サーバーはモデルコンテキストプロトコルを使用して、この機能を互換性のある AI アシスタントに公開します。
ライセンス
マサチューセッツ工科大学
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
MCP文字カウンター
テキスト内の詳細な文字分析を提供する軽量の Model Context Protocol (MCP) サーバー。このツールは、文字数の合計、スペースのない文字数、文字、数字、記号をカウントします。
特徴
テキスト内の文字数を数える
スペースを除いた文字数を数える
文字カウンター(az、AZ)
数字を数える(0~9)
記号(英数字以外の文字)を数える
キャラクタータイプの詳細な内訳
施設
前提条件
Node.js v17以上
Claude Desktop 、 GitHub Copilot 、またはその他のMCP互換クライアント
構成
リポジトリをクローンします。
git clone https://github.com/webreactiva-devs/mcp-character-counter.git cd mcp-character-counter依存関係をインストールします。
npm install
Claude Desktop で使用する
Claude デスクトップの設定を開きます:
macOS :
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonウィンドウズ:
code %APPDATA%\Claude\claude_desktop_config.jsonMCP サーバーに文字カウンターを追加します。
{ "mcpServers": { "character-counter": { "command": "node", "args": [ "/RUTA/ABSOLUTA/A/webreactiva-devs/mcp-character-counter/mcp/character-counter.js" ] } } }/RUTA/ABSOLUTA/A/システム上の現在のパスに置き換えます。新しい MCP サーバーをロードするには、Claude Desktop を再起動します。
入力ボックスで、使用可能な MCP ツールを示すハンマー アイコンを探します。
Claude にテキスト内の文字数を分析してもらいます。例:
「この段落の文字数を数えてください」
「このテキスト「123 Calle Principal, Apto 45B」には数字がいくつありますか?」
「メールアドレスの文字セットを分析する」
GitHub Copilot と併用する
この MCP サーバーを GitHub Copilot で使用するには:
VS Code またはサポートされている別の IDE に GitHub Copilot がインストールされていることを確認してください。
VS Code 設定を開き、「Copilot MCP」を検索します。
新しい 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"] } ] }VS Code を再起動します。
次のような Copilot Chat コマンドで文字数カウンターを使用できるようになりました。
/mcp count-characters-in-text Este es el texto que quiero analizar
発達
この MCP サーバーを変更または拡張するには:
character-counter.jsに変更を加えますMCPクライアントでサーバーを再起動します
仕組み
この MCP サーバーは、テキストを入力として受け入れ、文字構成の詳細な分析を返すcount-characters-in-textと呼ばれる単一のツールを実装します。サーバーはモデルコンテキストプロトコルを使用して、この機能を互換性のある AI アシスタントに公開します。
ライセンス
マサチューセッツ工科大学
貢献する
貢献を歓迎します!お気軽にプルリクエストを送信してください。
奥付
webreactiva.com の Malandriner コミュニティのために 🧡 で作成されました
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