Skip to content

outlook email html lint for Grok

io.github.jmshinhwa/outlook-email-html-lint

Classic Outlook renders with the Word engine, the new Outlook with WebView2. Lint one email file aga

client:Grok transport:stdio runtime:npm

Install outlook email html lint in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "outlook-email-html-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/outlook-email-html-lint"
      ]
    }
  }
}

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

outlook email html lint in other clients