Skip to main content
Glama
qpd-v

MCP Word Counter

by qpd-v

MCP 단어 카운터

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

특징

  • 문서의 단어 수 세기

  • 총 문자 수(공백 포함)를 세어보세요.

  • 공백을 제외한 문자 수 세기

  • LLM에 콘텐츠를 노출하지 않고 파일을 직접 처리합니다.

Related MCP server: Letter Counter MCP Server

설치

지엑스피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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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