Markdown To Text
About
A powerful Model Context Protocol (MCP) server that converts Markdown documents to plain text. Supports both stdio and HTTP transport protocols for use as local tools or remote services.
Details
- Author
- MD-TO-TEXT
- Downloads
- 229
- Categories
- Other
Jump to
- Complete Markdown element support (headers, lists, links, etc.)
- Flexible conversion options and style configurations
- Dual protocol support: stdio and HTTP
- Batch directory scanning and bulk file conversion
- URL support for remote Markdown files
- Security hardened with input validation
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Markdown To TextCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Use the server with stdio mode for local clients like Claude Desktop, or with HTTP mode for remote clients. Configure the transport protocol according to your environment.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"markdown to text": {
"md-to-text": {
"command": "node",
"args": [
"./build/index.js"
],
"cwd": "/path/to/md_to_text_mcp"
}
}
}
}
McpServers
{
"md-to-text": {
"command": "node",
"args": [
"./build/index.js"
],
"cwd": "/path/to/md_to_text_mcp"
}
}
Markdown to Text MCP Server
A powerful Model Context Protocol (MCP) server that converts Markdown documents to plain text. Supports both stdio and HTTP transport protocols for use as local tools or remote services.
Features
- 📝 Complete Markdown Support: Handles all common elements including headers, lists, links, images, code blocks, tables, etc.
- 🎛️ Flexible Conversion Options: Multiple output formats and style configurations
- 🔧 Dual Protocol Support: stdio mode (Claude Desktop) and HTTP mode (remote clients)
- 📁 Batch Processing: Directory scanning and bulk file conversion
- 🌐 URL Support: Direct processing of remote Markdown files
- 🔒 Security Hardened: Comprehensive input validation and security protection
- ⚡ High Performance: Optimized conversion engine with concurrency control
-
Markdown Documentation
- Complete Markdown Guide - Comprehensive Markdown syntax tutorial for efficient md to text conversionOnline Tools
- MD to Text Converter - Free online Markdown to text conversion tool with real-time processingSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



