This server gives Claude five tools for working with Markdown files programmatically. You can generate tables of contents with configurable depth, lint documents for broken links and heading hierarchy issues, format content by normalizing heading styles and wrapping lines, pull statistics like word count and reading time, and create aligned tables from JSON data. It's built for workflows where you need structured Markdown operations beyond simple text editing, like maintaining documentation, analyzing content structure, or generating formatted output from data. Runs via Node.js and connects through stdio transport.
claude mcp add --transport stdio io.github.rog0x-markdown -- npx -y @rog0x/mcp-markdown-tools