Skip to main content
Glama

MCP Word Counter

by qpd-v

MCP 단어 카운터

단어 및 문자 수 계산을 포함하여 텍스트 문서 분석 도구를 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 LLM이 간단한 문서 통계 기능을 제공하여 텍스트 분석 작업을 수행할 수 있도록 지원합니다.

특징

  • 문서의 단어 수 세기
  • 총 문자 수(공백 포함)를 세어보세요.
  • 공백을 제외한 문자 수 세기
  • LLM에 콘텐츠를 노출하지 않고 파일을 직접 처리합니다.

설치

지엑스피1

용법

CLI 도구로서

npx mcp-wordcounter

클로드 데스크탑에서

Claude Desktop 구성( claude_desktop_config.json )에 다음을 추가합니다.

{ "mcpServers": { "mcp-wordcounter": { "command": "npx", "args": ["-y", "mcp-wordcounter"], "alwaysAllow": ["analyze_text"] } } }

사용 가능한 도구

분석_텍스트

텍스트 문서의 단어와 문자를 센다.

매개변수:

  • filePath (문자열, 필수): 분석할 텍스트 파일의 경로

보고:

  • 단어 수
  • 문자 수(공백 포함)
  • 문자 수(공백 제외)

응답 예시:

{ "content": [{ "type": "text", "text": "Analysis Results:\n• Word count: 150\n• Character count (including spaces): 842\n• Character count (excluding spaces): 702" }] }

개발

# Install dependencies npm install # Build the project npm run build # Run in watch mode during development npm run watch # Test with MCP Inspector npm run inspector

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

단어 및 문자 수 계산을 포함하여 텍스트 문서 분석 도구를 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 LLM이 간단한 문서 통계 기능을 제공하여 텍스트 분석 작업을 수행할 수 있도록 지원합니다.

  1. 특징
    1. 설치
      1. 용법
        1. CLI 도구로서
        2. 클로드 데스크탑에서
        3. 사용 가능한 도구
      2. 개발
        1. 특허
          1. 기여하다

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to extract and use content from unstructured documents across a wide variety of file formats.
              Last updated -
              2
              Python
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.
              Last updated -
              TypeScript
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.
              Last updated -
              TypeScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.
              Last updated -
              2
              115,656
              13,394
              JavaScript
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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/qpd-v/mcp-wordcounter'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server