MCP server for marketing technology analysis with AI assistants. Enables Claude and other MCP clients to detect analytics tools, tag managers, and
Most browser automation work still happens through a UI a human drives. Puppeteer+ MarTech MCP server moves it into the conversation instead. MCP server for marketing technology analysis with AI assistants. Enables Claude and other MCP clients to detect analytics tools, tag managers, and advertising pixels through conversational interfaces.
A Model Context Protocol (MCP) server that extends Puppeteer functionality with specialized capabilities for digital marketing and SEO analysis. This server enables LLM applications like Claude to perform comprehensive marketing technology audits on websites.
The server publishes 2 tools. What each one is for:
puppeteer_navigate — The puppeteer_navigate tool exposed by this serverpuppeteer_screenshot — Takes a screenshot of the current page or a specific elementpuppeteer-plus-martech on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Puppeteer+ MarTech's toolset — puppeteer_navigate, puppeteer_screenshot — is a fair guide to whether it matches your workflow. It is maintained by moonbirdai; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| puppeteer_navigate | The puppeteer_navigate tool exposed by this server. |
| puppeteer_screenshot | Takes a screenshot of the current page or a specific element. |
{
"mcpServers": {
"puppeteer-plus-martech": {
"command": "npx",
"args": ["-y", "puppeteer-plus-martech"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.