From 5b480a689a7ac1b4c5af8ae7b9eb2cff26e7b8c0 Mon Sep 17 00:00:00 2001 From: Vamil Gandhi Date: Sun, 1 Feb 2026 14:28:52 -0500 Subject: [PATCH] Add MCP setup section to site --- site/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/site/index.html b/site/index.html index 7cb8a6a..46e4153 100644 --- a/site/index.html +++ b/site/index.html @@ -485,6 +485,30 @@

Install

+ +
+
+

MCP setup

+

Expose mermkit as an MCP server over stdio.

+ +
+
command
+
npx @mermkit/cli mcp
+
+
+
Claude Desktop config
+
{
+  "mcpServers": {
+    "mermkit": {
+      "command": "npx",
+      "args": ["@mermkit/cli", "mcp"]
+    }
+  }
+}
+
+
+
+