Get the FREE Ultimate OpenClaw Setup Guide →

Claude -test

A simple coming soon website for testing

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio sudhanbhandari0-claude-mcp-server-test node server.js \
  --env ENV="production" \
  --env PORT="3000"

How to use

This MCP server hosts a minimal “Coming Soon” landing page with a countdown timer. When you run the server, it serves a single-page application that displays a countdown and a brief placeholder message. The server is designed for quick deployment and demonstration purposes, ideal for a waitlist or teaser page before a product launch. Use the included endpoint, if available, to retrieve countdown configuration or to customize placeholder text at startup. Typical usage involves starting the server and visiting http://localhost:3000 to view the landing page, with the countdown ticking down to the target launch date.

How to install

Prerequisites:

  • Node.js (>= 14.x) and npm installed on your machine

Installation steps:

  1. Clone the repository: git clone https://github.com/your-org/claude-mcp-server-test.git
  2. Navigate into the project: cd claude-mcp-server-test
  3. Install dependencies: npm install
  4. Start the server: npm run start or node server.js

If you need to customize the countdown or text, edit the configuration in the server script or environment variables before starting.

Additional notes

Tips:

  • Ensure PORT 3000 (or your chosen port) is open in your environment firewall.
  • If you see a blank page, check the server logs for startup errors.
  • You can override the default countdown target by setting an environment variable (e.g., LAUNCH_DATE or PORT) depending on the implementation in server.js.
  • For deployments, consider using a process manager like PM2 and ensure the ecosystem file exposes the same port.

Related MCP Servers

Sponsor this space

Reach thousands of developers