markdown to whatsapp for Cursor
io.github.drsound/markdown-to-whatsapp
Convert Markdown into WhatsApp formatting: tables drawn to fit the phone's monospace width.
client:Cursor
transport:stdio
runtime:npm
Install markdown to whatsapp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"markdown-to-whatsapp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"markdown-to-whatsapp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs