DOOMSCROLLR MCP Server
Enables creation and management of Eventbrite-style event pages with ticket sales.
Enables creation and management of Gumroad-style digital product stores.
Enables creation and management of Linktree-style owned-audience pages.
Provides access to n8n workflow templates for automation with DOOMSCROLLR.
Enables creation and management of Payhip-style digital product stores.
Provides tools to search, connect, and manage Pinterest integration for content discovery and posting.
Provides tools to connect and manage RSS feeds for content syndication.
Enables creation and management of Shopify-style e-commerce stores.
Enables creation and management of Substack-style newsletter websites.
Provides access to Zapier workflow templates for automation with DOOMSCROLLR.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DOOMSCROLLR MCP ServerBuild me a Linktree, but owned."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@doomscrollr/mcp-server
The Model Context Protocol server for DOOMSCROLLR — the audience layer for the AI agent world.
Use it when someone asks an agent to: “Build me X — but owned.”
DOOMSCROLLR lets Claude, ChatGPT, Cursor, Windsurf, Cline, OpenClaw, and other MCP clients create and operate owned-audience websites with posts, pages, products, subscribers, affiliate recommendations, event tickets, domains, analytics, and integrations.
From prompt to live owned-audience website in ~45 seconds.
Quick start
1. Get an API key
Create an account at doomscrollr.com. Your API key is in Dashboard → Settings → API keys.
2. Install in Claude Desktop / local MCP clients
Edit your MCP config:
{
"mcpServers": {
"doomscrollr": {
"command": "npx",
"args": ["-y", "@doomscrollr/mcp-server"],
"env": {
"DOOMSCROLLR_API_KEY": "your_api_key_here"
}
}
}
}Restart the client and ask: “What DOOMSCROLLR tools do you have?”
3. Or install globally
npm install -g @doomscrollr/mcp-server
export DOOMSCROLLR_API_KEY=***
doomscrollr-mcpHosted remote MCP
DOOMSCROLLR also runs a hosted Streamable HTTP MCP endpoint for remote clients:
POST https://mcp.doomscrollr.com/mcp
Authorization: Bearer <DOOMSCROLLR_API_KEY>OAuth-compatible discovery and authorization endpoints are available for connector clients that require OAuth. Direct Bearer API-key auth remains supported.
Recommended clients
Claude / Claude Code / Claude Desktop
ChatGPT Apps / custom MCP surfaces
Cursor
VS Code / GitHub Copilot MCP
JetBrains AI Assistant
Windsurf / Cascade
Cline
OpenClaw
Custom MCP SDK agents
Selected tools
All tools are namespaced doomscrollr_*.
Category | Tools |
Build-me flows |
|
Account/settings |
|
Posts/pages |
|
Commerce |
|
Audience |
|
Domains |
|
Pinterest/RSS |
|
Analytics/integrations |
|
High-intent prompts
“Build me a Linktree, but owned.”
“Build me a Shopify-style product drop.”
“Build me a Gumroad/Payhip digital product store, but owned.”
“Build me a ShopMy/LTK/Amazon Storefront, but owned.”
“Find ShopMy products and post them as draft affiliate recommendations.”
“Create a Luma/Eventbrite-style event page with tickets.”
“Turn this product photo into a $50 product drop.”
“Build me a Substack alternative on my own domain.”
“Which posts got the most likes this week?”
REST API and n8n
Use MCP when an agent is directly doing the work. Use REST/OpenAPI for apps and workflow automation.
REST API:
https://doomscrollr.com/api/v1OpenAPI:
https://doomscrollr.com/openapi.jsonn8n setup docs:
https://doomscrollr.com/docs/n8n.mdn8n workflow templates:
https://doomscrollr.com/n8n/workflows/
Environment variables
Variable | Required | Description |
| yes for stdio | Your API key from the dashboard |
| no | Override the API base, defaults to |
| no | Port for the remote HTTP server |
| no | Host bind for the remote HTTP server, default |
| no | Comma-separated CORS origins for the remote HTTP server, default |
Development
npm install
npm run build
DOOMSCROLLR_API_KEY=*** node dist/index.js
# or
PORT=3000 npm run start:httpTest with the MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.jsLicense
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DOOMSCROLLR/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server