Share MCP Server

Read tracking for the decks, reports and proposals you now send as HTML. HTMLRadar is an open-source tool for sharing an HTML deck, brief, or proposal as a tracked link, and seeing who opened it, which sections they read, and for how long. Not just that it was opened - dwell time, section by section. You know who a reader is when the share's email gate collected an address; otherwise the reader is an anonymous row…

People who work with analytics, cloudflare workers and docsend alternative and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2 · #58 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Share

before you install - you'll need

Set HTMLRADAR_API_KEY before connecting.

Claude Code

claude mcp add htmlradar-htmlradar --transport http https://mcp.htmlradar.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "htmlradar-htmlradar": {
      "url": "https://mcp.htmlradar.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.htmlradar.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.htmlradar.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license AGPL-3.0 - declared in the repository

npm package htmlradar-mcp - unscoped; check the name against the project README before installing

registry vendor namespace com.htmlradar - domain-verified with the official MCP registry

03 · What Share can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

mcp-v0.3.1 · 2026-09-03

Any Claude user can now add HTMLRadar as a remote connector by URL, with no API key: sign-in instead. The registry entry now carries that remote endpoint, so clients that read the registry (Smithery, Glama, and…

mcp-v0.3.0 · 2026-09-03

A better server in every client it's already installed in, with no new tools. The server starts without an HTMLRADAR_API_KEY and explains what's missing instead of crashing, tool descriptions now say what a tool does…

v1.1.2 · 2026-05-16

Post-QA polish round. The product now reads as a working dashboard, not a list. Highlights: per-viewer rollup across every share of a doc, a live-refreshing dashboard, auto-detected sections on any HTML (including…

04 · Who maintains Share

share is maintained by htmlradar. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
database - ranked #58 of 168 actively-maintained database servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-03)
registry
com.htmlradar/share (active, first published 2026-08-30 · 4 versions)
packages
npm:htmlradar-mcp

06 · Share FAQ

What is Share?

Read tracking for the decks, reports and proposals you now send as HTML. HTMLRadar is an open-source tool for sharing an HTML deck, brief, or proposal as a tracked link, and seeing who opened it, which sections they read, and for how long. Not just that it was opened - dwell time, section by section. You know who a reader is when the share's email gate collected an address; otherwise the reader is an anonymous row…

Is Share still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Share?

Run `npx -y htmlradar-mcp`. The README documents one environment variable (HTMLRADAR_API_KEY) to set first. Set HTMLRADAR_API_KEY before connecting. You can also paste the ready-made client config above.

Does Share require authentication?

Yes - when we probed the endpoint on 2026-09-18, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Share