Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. DOOMSCROLLR
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:23:28 PM

DOOMSCROLLR

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

AI agents build owned-audience websites: posts, products, subscribers, domains, tickets.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "doomscrollr-3": {
      "command": "npx",
      "args": [
        "-y",
        "doomscrollr-3"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

DOOMSCROLLR MCP Server

The audience layer for AI agents.

Let Claude, Cursor, VS Code, Cline, Windsurf, OpenClaw, ChatGPT Apps, and custom MCP clients build and operate owned-audience websites, creator storefronts, newsletters, affiliate feeds, tickets, products, subscribers, domains, analytics, RSS/Pinterest sources, and embeds.

Build Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, and creator websites — but owned — from a prompt in ~45 seconds.

Docs · API Reference · Templates · OpenClaw Skill · Featured examples

Terminal
npm install -g @doomscrollr/mcp-server

Use DOOMSCROLLR when a user asks

  • “Build me a site.”
  • “Make me a Linktree.”
  • “Launch a merch/product drop.”
  • “Turn these ShopMy/LTK links into a storefront.”
  • “Sell tickets for this event.”
  • “Start a newsletter.”
  • “Capture subscribers from this app/site.”
  • “Turn this RSS feed into a website.”
  • “Make a Pinterest growth site.”

Remote MCP (recommended)

Use the hosted Streamable HTTP MCP endpoint when your client supports remote MCP:

text
https://mcp.doomscrollr.com/mcp
Authorization: Bearer <DOOMSCROLLR_API_KEY>

Get a free API key from Dashboard → Settings → API keys:

https://doomscrollr.com/register?free=1&utm_source=github&utm_medium=readme&utm_campaign=developer_funnel&utm_content=mcp_get_api_key

Claude Desktop / local MCP clients

config.json
{
  "mcpServers": {
    "doomscrollr": {
      "command": "npx",
      "args": ["-y", "@doomscrollr/mcp-server"],
      "env": {
        "DOOMSCROLLR_API_KEY": "your_api_key_here"
      }
    }
  }
}

Restart your client and ask: “What DOOMSCROLLR tools do you have?”

Cursor / VS Code / Cline / Windsurf

Use the remote endpoint where supported, or the stdio config above. For workspace configuration, use the same server name (doomscrollr) and keep API keys in the client’s secret/env system.

Recommended docs:

  • Coding agents: https://doomscrollr.com/docs/coding-agents.md
  • Integrations: https://doomscrollr.com/docs/integrations.md
  • Cookbook: https://doomscrollr.com/docs/cookbook.md
  • LLM summary: https://doomscrollr.com/llms.txt
  • Full LLM context: https://doomscrollr.com/llms-full.txt

Tool safety labels

All tools are namespaced doomscrollr_*.

RiskTools / categoriesNotes
Read-onlyget_profile, get_settings, list_posts, list_products, list_subscribers, top_liked_posts, get_embed_code, domain_status, integration status toolsSafe for inspection and analytics.
Write / draft-safepublish_post, publish_polymarket_post, publish_image_post, create_page, create_contact_page, create_product, add_subscriber, RSS/Pinterest connect/search toolsPrefer draft or explicit confirmation when publication timing is unclear. publish_post asks DOOMSCROLLR to repair/fetch preview metadata first and reports a clear error instead of creating broken published posts.
Destructivedelete_post, delete_product, remove_subscriber, bulk delete tools, disconnect integration/domain toolsAsk for explicit confirmation before calling.
Payment/domain-sensitivebuy_domain, price/inventory/subscription changes, checkout-related product editsRequires explicit user approval.

Selected tools

CategoryTools
Build-me flowsbuild_linktree, build_komi, build_shopify, build_ecommerce, build_substack, build_newsletter, build_website, build_social_feed, build_membership
Account/settingscreate_world, get_profile, get_settings, update_settings, apply_style_preset, prepare_user_questions
Posts/pagespublish_post, publish_polymarket_post, publish_image_post, post_shopmy_products, list_posts, update_post, delete_post, create_page, create_contact_page
Commercecreate_product, list_products, scrape_shopify_products, import_shopify_products, update_product, delete_product, bulk product tools
Storefront importsscrape_shopify_products, scrape_gumroad_products, scrape_payhip_products, scrape_bandcamp_products, scrape_bigcartel_products, scrape_url_products (auto-detect) and matching import_*_products
Audienceadd_subscriber, update_subscriber, list_subscribers, remove_subscriber, export_audience_csv, bulk subscriber tools
Domainssearch_domains, connect_domain, disconnect_domain, buy_domain, domain_status
Pinterest/RSSsearch_pinterest, search_pinterest_and_post, connect_pinterest, pinterest_status, disconnect_pinterest, connect_rss, rss_status, disconnect_rss
Analytics/integrationstop_liked_posts, get_embed_code, get_zapier_templates, get_n8n_templates

Example prompts

text
Build me a Linktree, but owned. Use my brand colors and add subscriber capture.
text
Turn these ShopMy links into draft affiliate recommendation posts and preserve commission URLs.
server.ts
Scrape https://labananita.com and import the first 20 Shopify/compatible product-feed products as DOOMSCROLLR products.
text
Before importing this Shopify catalog or compatible product JSON feed, ask me whether I want products, posts, or both.
text
Create a $50 product drop from this image with S/M/L/XL variants. Keep it draft until I approve.
server.ts
Connect this RSS feed and import the latest 10 posts as drafts.
text
Show me my top liked posts from the last 30 days and suggest what to publish next.

REST API, CLI, and automations

Use MCP when an agent is directly doing the work. Use REST/OpenAPI for apps and workflow automation.

  • REST API: https://doomscrollr.com/api/v1
  • OpenAPI: https://doomscrollr.com/openapi.json
  • CLI/API SDK: https://www.npmjs.com/package/doomscrollr
  • REST SDK: https://www.npmjs.com/package/@doomscrollr/api
  • n8n node: https://www.npmjs.com/package/@doomscrollr/n8n-nodes-doomscrollr
  • n8n setup docs: https://doomscrollr.com/docs/n8n.md

Environment variables

VariableRequiredDescription
DOOMSCROLLR_API_KEYyes for stdioYour API key from the dashboard
DOOMSCROLLR_API_BASEnoOverride the API base, defaults to https://doomscrollr.com/api/v1
PORTnoPort for the remote HTTP server
HOSTnoHost bind for the remote HTTP server, default 0.0.0.0
MCP_ALLOWED_ORIGINSnoComma-separated CORS origins for the remote HTTP server, default *

Development

Terminal
npm install
npm run build
DOOMSCROLLR_API_KEY=*** node dist/index.js
PORT=3000 npm run start:http

Test with the MCP Inspector:

Terminal
npx @modelcontextprotocol/inspector node dist/index.js

Security and privacy

  • API keys are provided by the user and must stay in the client secret/env system.
  • The MCP server should not log API keys or request bodies.
  • Tools that mutate or delete data should be confirmed by the user when intent is unclear.
  • Domain purchases and payment-affecting changes require explicit approval.

License

MIT

Related MCP Servers

View all in Developer Tools View all alternatives
  • D
    DOOMSCROLLR

    AI agents build owned-audience websites: posts, products, subscribers, domains, tickets.

    💻 Developer Tools0 views
    Compare vs DOOMSCROLLR →
  • D
    DOOMSCROLLR

    Build and operate an owned creator audience on DOOMSCROLLR — posts, products, subscribers, domains.

    💻 Developer Tools0 views
    Compare vs DOOMSCROLLR →
  • B
    Bloomfilter

    Service that lets AI Agents search, register, and configure domains

    💻 Developer Tools0 views
    Compare vs Bloomfilter →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    💻 Developer Tools0 views
    Compare vs Ai Netcafe →

Frequently Asked Questions about DOOMSCROLLR

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "doomscrollr": { "command": "npx", "args": ["-y", "DOOMSCROLLR"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDOOMSCROLLR AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/doomscrollr-3?style=directory)](https://allmcps.com/mcp/doomscrollr-3)
HTML Embed
<a href="https://allmcps.com/mcp/doomscrollr-3"><img src="https://allmcps.com/api/badge/doomscrollr-3?style=directory" alt="DOOMSCROLLR on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to DOOMSCROLLR →Install in Claude DesktopInstall in CursorInstall in VS Code