MCP Servers / productivity / Markdown to any text

Markdown to any text

JSON →
stdionone3productivity

Convert markdown to any text format you want

Install
How to run this server
[ { "cmd": "npx (Recommended)", "imports": [] } ]
server path: markdown-to-any-text
Tools
What this server exposes
harmonize_markdown
Standardize and normalize Markdown syntax (ATX headers, `-` list markers, fenced code blocks) without changing meaning
convert_to_txt
Strip all formatting to produce plain text
convert_to_html
Full styled HTML document with GFM tables, KaTeX math, and embedded stylesheet
generate_html
Generate self-contained HTML with all styles inlined (read-only, no file I/O)
convert_to_pdf
Print-ready PDF via headless Chromium with full KaTeX math and syntax highlighting
convert_to_docx
Microsoft Word document with styled headings, lists, and code formatting
convert_to_latex
LaTeX source code with `\section`, list environments, and native math pass-through
convert_to_rtf
Rich Text Format for legacy word processors and email clients
convert_to_csv
Extract GFM pipe-tables to comma-separated values
convert_to_json
Structured JSON representation with sections, headings, lists, code blocks, and tables
convert_to_xml
Well-formed XML with `<?xml?>` declaration and structured elements
convert_to_xlsx
Excel spreadsheet — each Markdown table becomes a sheet
convert_to_image
Full-page PNG screenshot via headless Chromium
convert_to_md
Export Markdown to file, optionally harmonizing formatting first (`harmonize=true`)
convert_to_email_html
Email-optimized HTML with all styles inlined, compatible with Outlook, Gmail, Apple Mail
convert_to_slack
mrkdwn format — bold as `*`, links as `<url|text>`, headers as bold text
convert_to_discord
Styled bold/underline headers, preserved code blocks
convert_to_jira
Wiki markup — `h1.`/`h2.`, `{code}` blocks, `[text|url]` links
convert_to_confluence
Wiki markup with `{info}`, `{note}` panels and `{code:language=x}` syntax
convert_to_asciidoc
`=` headers, `----` code blocks, `url[text]` links, `image::` directives
convert_to_rst
Underlined headers, `.. code-block::` directives, RST reference syntax
convert_to_mediawiki
`==` headers, `'''bold'''`, `<syntaxhighlight>` tags, `{| wikitable`
convert_to_bbcode
`[b]`, `[i]`, `[code]`, `[url]`, `[img]` tags for phpBB/vBulletin forums
convert_to_textile
Markup for Redmine, Basecamp, and CMS platforms
convert_to_orgmode
Emacs Org Mode — `*` headers, `#+BEGIN_SRC`/`#+END_SRC` code, `[[url][text]]` links
html_to_markdown
Convert HTML content (full document or fragment) back to Markdown
repair_markdown
Fix broken Markdown
Configuration
Environment & auth
authnone
envCHROMIUM_TAR_URL
Resources
Markdown to any text — MCP Server · libregistry