Sponsored by Deepsite.site

Markdown Word Counter Mcp

Created By
LoganUpdating6 months ago
A Model Context Protocol (MCP) server that provides word counting functionality for Markdown files, with support for both Chinese characters and English words. # Features - Accurate Word Counting: Properly handles both Chinese characters and English words - Minimal Processing by Default: Only normalizes whitespace, preserves all content - Configurable Processing: Control what gets processed with flexible options - Markdown-Aware: Optionally removes Markdown syntax while preserving content - HTML Tag Removal: Optionally strips HTML tags from content - Link Processing: Optionally extracts text from Markdown links ## Two Tools Available: - count_words: Get total word count with options - detailed_word_count: Get detailed statistics with processing info
Overview

Markdown Word Counter MCP Server

A Model Context Protocol (MCP) server that provides word counting functionality for Markdown files, with support for both Chinese characters and English words.

Features

  • Accurate Word Counting: Properly handles both Chinese characters and English words
  • Minimal Processing by Default: Only normalizes whitespace, preserves all content
  • Configurable Processing: Control what gets processed with flexible options
  • Markdown-Aware: Optionally removes Markdown syntax while preserving content
  • HTML Tag Removal: Optionally strips HTML tags from content
  • Link Processing: Optionally extracts text from Markdown links
  • Two Tools Available:
    • count_words: Get total word count with options
    • detailed_word_count: Get detailed statistics with processing info

Processing Options

By default, only whitespace is normalized. All other processing is optional:

  • remove_html_tags (default: false) - Remove HTML tags like <div>, <p>
  • process_markdown_links (default: false) - Extract text from [text](url) links
  • remove_markdown_headers (default: false) - Remove header markers #, ##, etc.
  • remove_markdown_lists (default: false) - Remove list markers -, *, +
  • normalize_whitespace (default: true) - Collapse multiple spaces/newlines

Installation

  1. Clone or download this repository
  2. Install dependencies:
    npm install
    
  3. Build the project:
    npm run build
    

Usage

As MCP Server

Add to your MCP client configuration (e.g., mcp_settings.json):

{
  "mcpServers": {
    "markdown-word-counter": {
      "command": "node",
      "args": [
        "/path/to/markdown-word-counter-mcp/build/index.js"
      ]
    }
  }
}

Available Tools

count_words

Count total words in a Markdown file.

Parameters:

  • file_path (string, required): Path to the Markdown file
  • remove_html_tags (boolean, optional): Remove HTML tags (default: false)
  • process_markdown_links (boolean, optional): Process Markdown links (default: false)
  • remove_markdown_headers (boolean, optional): Remove headers (default: false)
  • remove_markdown_lists (boolean, optional): Remove list markers (default: false)
  • normalize_whitespace (boolean, optional): Normalize whitespace (default: true)

Example (Default - Minimal Processing):

{
  "file_path": "document.md"
}

Example (Enable All Processing):

{
  "file_path": "document.md",
  "remove_html_tags": true,
  "process_markdown_links": true,
  "remove_markdown_headers": true,
  "remove_markdown_lists": true
}

detailed_word_count

Get detailed word count statistics with processing information.

Parameters:

  • Same as count_words

Example:

{
  "file_path": "document.md",
  "remove_markdown_headers": false
}

Standalone Usage

You can also run the server directly:

npm start

Development

  • npm run dev: Watch mode for development
  • npm run build: Build the TypeScript code
  • npm start: Run the built server

Word Counting Logic

The server uses the following logic to count words:

  1. Remove HTML tags: Strips all HTML markup
  2. Process Markdown links: Extracts link text, removes URLs
  3. Remove Markdown syntax: Headers (#), lists (-, *, +)
  4. Normalize whitespace: Collapses multiple spaces
  5. Count separately:
    • Chinese characters: Using Unicode range [\u4e00-\u9fa5]
    • English words: Using word boundaries \b\w+\b
  6. Sum totals: Chinese chars + English words = Total words

Examples

Default Processing (Minimal - Only Normalize Whitespace)

For a file containing:

# Hello 世界

This is a [link](http://example.com) with **bold** text.

- 中文测试
- English test

Default result (preserves all Markdown syntax):

  • Chinese Characters: 4 (中文测试)
  • English Words: 13 (Hello This is a link http example com with bold text English test)
  • Total Words: 17

Full Processing (All Options Enabled)

Same file with all processing enabled:

{
  "file_path": "document.md",
  "remove_html_tags": true,
  "process_markdown_links": true,
  "remove_markdown_headers": true,
  "remove_markdown_lists": true,
  "normalize_whitespace": true
}

Result with full processing:

  • Chinese Characters: 4 (世界中文测试)
  • English Words: 7 (Hello This is a link with bold text English test)
  • Total Words: 11

License

MIT

Server Config

{
  "mcpServers": {
    "markdown-word-counter": {
      "command": "node",
      "args": [
        "/path/to/markdown-word-counter-mcp/build/index.js"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Tavily Mcp
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.