markdown to whatsapp for Grok
io.github.drsound/markdown-to-whatsapp
Convert Markdown into WhatsApp formatting: tables drawn to fit the phone's monospace width.
client:Grok
transport:stdio
runtime:npm
Install markdown to whatsapp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"markdown-to-whatsapp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"markdown-to-whatsapp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs