Skip to content
VS Code

markdown to whatsapp for VS Code

io.github.drsound/markdown-to-whatsapp

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

client:VS Code transport:stdio runtime:npm

Install markdown to whatsapp in VS Code

.vscode/mcp.json

{
  "servers": {
    "markdown-to-whatsapp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "markdown-to-whatsapp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

markdown to whatsapp in other clients