Claude -test
A simple coming soon website for testing
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:
- Clone the repository: git clone https://github.com/your-org/claude-mcp-server-test.git
- Navigate into the project: cd claude-mcp-server-test
- Install dependencies: npm install
- 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
generative-ui-playground
Interact with all three types of generative UI, all in one interface
freepik
The Freepik enables popular agent Model Context Protocol (MCP) to integrate with Freepik APIs through function calling.
language
MCP server from alexwohletz/language-server-mcp
html-to-markdown
MCP server for converting HTML to Markdown using Turndown.js. Fetch web pages and convert them to clean, formatted Markdown.
mcp-doc-forge
MCP server that provides doc forge capabilities
mcp -client-spring-ai
MCP server from mohamedYoussfi/mcp-server-client-spring-ai