mcpbeat Sign in

Newsletter Commerce MCP Server

local only

Newsletter Commerce MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 8 Apr 2026.

Extract shoppable products from newsletter content with affiliate signals.

Installs per day peak 23 · avg 8 · -35% w/w
a month agotoday
32
Installs / week
npm · newsletter-commerce-mcp
0
Stars
0 open issues
8 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Newsletter Commerce MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add newsletter-commerce-mcp -- npx -y newsletter-commerce-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "newsletter-commerce-mcp": {
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.newsletter-commerce-mcp]
command = "npx"
args = ["-y", "newsletter-commerce-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "newsletter-commerce-mcp": {
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "newsletter-commerce-mcp": {
      "args": [
        "-y",
        "newsletter-commerce-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (OpenAI API key for GPT-4o-mini product extraction (required)), MCP_API_KEYS (Comma-separated paid API keys for unlimited calls (optional — omit for free tier: 200 calls/day)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Newsletter Commerce MCP

same job, measured the same way
Recipe Commerce MCP
by teamsincetoday

Extract shoppable ingredients from recipe content with affiliate signals.

51 installs/wk local only
Podcast Commerce MCP
by teamsincetoday

Extract product mentions from podcast transcripts with affiliate signals. Free tier 200/day.

32 installs/wk local only
Kajabi
by kajabi

Manage Kajabi from any MCP client — products, pages, contacts, offers, emails, analytics.

answering
Tinysend
by tinysend

Email for agents: newsletters, subscribers, contacts, broadcasts. OAuth sign-in, no API key.

answering
Mailtea
by mailtea

Send email and newsletters with Mailtea over MCP, plus skills for email and website design.

answering
MCP Pronto
by prontohq

B2B sales intelligence: find companies, extract leads, enrich contacts with emails/phones.

answering
dead-letter
by bigcactuslabs

Convert .eml email exports to Markdown with YAML front matter

189 installs/wk local only
MailJunky
by mailjunky

Send emails, track events, and manage contacts with MailJunky.

answering

Newsletter Commerce MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Newsletter Commerce MCP?
Newsletter Commerce MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package newsletter-commerce-mcp was installed 32 times last week.
How do I connect Newsletter Commerce MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls newsletter-commerce-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Newsletter Commerce MCP?
The npm package newsletter-commerce-mcp was installed 32 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Newsletter Commerce MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.