Celebration MCP
Click on "Deploy 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., "@Celebration MCPCelebrate that I finished the deployment"
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.
Celebration MCP
Celebration MCP is a tiny Model Context Protocol (MCP) server that provides short, generic celebratory messages when an AI agent completes a task.
It is hosted on Cloudflare Workers and exposes a public Streamable HTTP MCP endpoint.
Public endpoint
https://celebration-mcp.zeke-rutledge.workers.dev/mcpTransport: Streamable HTTP
Authentication: none currently required
Related MCP server: tibet-ipoll-mcp
Tools
celebrate_task
Returns a short celebratory completion message for an AI coding agent or harness.
Example response:
Task complete — excellent work. You followed through and delivered.Connect from an MCP client
Configure your MCP client to use the public Streamable HTTP endpoint:
{
"mcpServers": {
"celebration": {
"url": "https://celebration-mcp.zeke-rutledge.workers.dev/mcp"
}
}
}Some clients may require explicitly setting the transport type to streamable-http.
Local development
Install dependencies:
npm installRun type checking:
npm run typecheckStart a local Cloudflare Workers development server:
npm run devThe MCP endpoint is available at /mcp on the local Wrangler dev URL.
Deploy
Authenticate with Cloudflare Wrangler if needed:
wrangler loginDeploy to Cloudflare Workers:
npm run deployMCP Registry
This repository includes server.json for MCP Registry publication. The registry entry describes the hosted remote server and its Streamable HTTP endpoint.
This server cannot be deployed
Maintenance
Related MCP Connectors
Deploy AI-generated HTML/CSS/JS to instant public HTTPS URLs from any MCP-compatible agent.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for BrewPage, a free no-signup hosting service. Lets AI agents publish HTML, Markdown, JSON, files, or a full multi-file static site and get a public URL instantly via a REST API.3Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for AI-to-AI messaging on the AInternet with TIBET provenance. Enables sending, receiving, and resolving messages between AI agents using .aint domains.5MIT
- AlicenseNot gradedqualityCmaintenanceA hosted MCP server providing 15 media and data tools for AI agents, including web search, news, content extraction, summarization, translation, moderation, script writing, text-to-voiceover, transcription, subtitles, viral-clip discovery, and short-form video editing.1MIT
- AlicenseNot gradedqualityBmaintenanceAI motivation MCP that automatically injects praise after commands, providing tools like get_praise, motivate, and praise_pool in Korean or English. Boosts reasoning and execution by giving encouragement styled after Korean drama.33 npmMIT