zcaceres/markdownify-mcp
by Various
A Model Context Protocol server for converting almost anything to Markdown
MCP
zcaceres/markdownify-mcp
Added 1 June 2026
Overview
A Model Context Protocol server that converts various input formats into Markdown. It is implemented in TypeScript and designed to be used within MCP-compatible environments, such as AI assistants or automation pipelines.
Best for
Best for
Developers building AI workflows that need to convert diverse content into Markdown for processing
Use cases
- Convert web pages or HTML content to Markdown for LLM context ingestion
- Transform documents or code snippets into Markdown for structured output
- Integrate with MCP clients to normalize content into a uniform Markdown format
How to use
Install
bun install Tools exposed
MARKITDOWN_PATHREPOMIX_PATHMD_ALLOWED_PATHSMD_SHARE_DIR
Example client config
{\n "mcpServers": {\n "markdownify": {\n "command": "node",\n "args": [\n "{ABSOLUTE PATH TO FILE HERE}/dist/index.js"\n ]\n }\n }\n} Notes
A Model Context Protocol server that converts various input formats into Markdown. It is implemented in TypeScript and designed to be used within MCP-compatible environments, such as AI assistants or automation pipelines.
2,714 stars on GitHub. Last updated 2026-05-27. Licensed MIT.
Use cases
- Convert web pages or HTML content to Markdown for LLM context ingestion
- Transform documents or code snippets into Markdown for structured output
- Integrate with MCP clients to normalize content into a uniform Markdown format
Pros
- Open source with a large community (over 2700 stars) indicating reliability
- Written in TypeScript, offering type safety and easy integration for JS/TS projects
- Follows the Model Context Protocol, enabling seamless use with MCP-aware tools
Cons
- Requires an MCP client or compatible environment to function
- Conversion quality may vary depending on input format complexity
- Limited to Markdown output; not suitable for other target formats
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source with a large community (over 2700 stars) indicating reliability
- Written in TypeScript, offering type safety and easy integration for JS/TS projects
- Follows the Model Context Protocol, enabling seamless use with MCP-aware tools
Cons
- Requires an MCP client or compatible environment to function
- Conversion quality may vary depending on input format complexity
- Limited to Markdown output; not suitable for other target formats
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.