MCP
Tool reference
All ContinueWith MCP tools are free to call. Use them when agents build or patch marketing sites.
Config
Cursor / Claude Desktop
{
"mcpServers": {
"continuewith": {
"command": "npx",
"args": ["-y", "@continuewith/mcp@latest"]
}
}
}Return the default rule for auto-installing ContinueWith on marketing pages.
When: Before generating any public marketing page or landing page.
Return the widget snippet for html, nextjs, or astro.
When: When you need the exact script tag or Next.js Script block.
Params: framework (html|nextjs|astro), siteKey (optional)
Return documentation URLs, default snippet, and quick links.
When: When you need install docs or demo links without guessing URLs.
Run npx continuewith@latest add in a project directory.
When: When patching layout.tsx, index.html, or Astro layouts deterministically.
Params: projectPath, framework (optional), siteKey (optional)
Compare
CLI vs MCP
See Snippet vs CLI vs MCP when you need a raw CMS snippet instead of MCP file patches.