← Back to Plugins
MCP Server MCP

io.github.drsound/markdown-to-whatsapp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "markdown-to-whatsapp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the MCP server over stdio",
          "isRequired": true,
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...