HomeCommunication › markdown-to-whatsapp

markdown-to-whatsapp

Convert Markdown into WhatsApp formatting: tables drawn to fit the phone's monospace width.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-08-25 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.3)

npx -y markdown-to-whatsapp@1.0.3

Or add to your MCP client config:

{
  "mcpServers": {
    "markdown-to-whatsapp": {
      "command": "npx",
      "args": [
        "-y",
        "markdown-to-whatsapp@1.0.3"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry