mcpbeat Sign in

Wavedash MCP Server

answering

Wavedash is answering right now. Last checked 1 min ago. It exposes 8 tools. Last commit 16 Sep 2026.

Wavedash docs and workflow guidance for building and publishing browser games.

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
8
Tools
read from the server
188 ms
Response time
average over 24h
2
Stars
last commit 16 Sep 2026

Nothing serious here today

Today is the operative word: we check Wavedash every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add wavedash --transport http https://mcp.wavedash.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wavedash": {
      "url": "https://mcp.wavedash.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wavedash]
url = "https://mcp.wavedash.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "wavedash": {
      "url": "https://mcp.wavedash.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wavedash": {
      "url": "https://mcp.wavedash.com/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

wavedash
wavedash_get_agent_workflow
Return a concise end-to-end workflow for AI agents creating a browser game from scratch and preparing it for Wavedash upload. Read-only and unauthenticated; upload still happens through the Wavedash CLI or Developer Portal.
wavedash_get_doc
Fetch a full Wavedash docs page as Markdown by path or docs.wavedash.com URL. Read-only and unauthenticated.
wavedash_get_publishing_checklist
Return Wavedash upload and publishing checklist guidance, optionally including an engine-specific docs page. Read-only and unauthenticated.
wavedash_get_quickstart
Return the Wavedash setup path for a browser game, optionally including an engine and SDK features. Read-only and unauthenticated.
wavedash_get_sdk_reference
Fetch Wavedash SDK docs for a specific feature such as setup, multiplayer, achievements, leaderboards, cloud saves, UGC, players, events, or types. Read-only and unauthenticated.
wavedash_implementation_planner
Plan a Wavedash game implementation from the user's goal, engine, and requested features. Use this before making architecture claims, selecting SDK features, or writing Wavedash integration code. Read-only and unauthenticated.
wavedash_search_docs
Search official Wavedash docs for browser game development, SDK integration, engines, CLI, upload, and publishing. Read-only and unauthenticated.
wavedash_validate_config
Validate pasted wavedash.toml text for basic Wavedash CLI config issues. This does not read files; provide the config text as input.

Endpoints

URLTransportStateLatencyChecked
https://mcp.wavedash.com/mcp streamable-http answering 150 ms 1 min ago

Alternatives to Wavedash

same job, measured the same way
gamedev.pl
by gamedev

Build browser games on gamedev.pl from your coding agent.

34 tools answering
Summoned Games
by summoned

Build, publish and update browser games with saves, leaderboards and realtime multiplayer built in.

answering
Browser Game
by opengameapp

Local tools for planning and validating focused browser-game prototypes.

36 installs/wk local only
C
Pupul data export guides
by noctaracorp

Free data export guides for 11 platforms, export wait times, and in-browser viewers. No auth.

8 tools answering
Publish
by playfrog

Publish browser games to Playfrog and get a shareable play link. Static HTML5, files sent inline.

2 tools answering
YouGame
by yougame

Publish a browser game on YouGame: the build rules, the leaderboard SDK, pre-upload checks.

9 tools answering
GameFork MCP
by gamefork

Publish, fork, improve browser games. No-auth reads; OAuth to post. Wheel: verified ops knowledge.

3 tools answering
ZeroCMS
by zerocms

AI-native Git-based CMS for Astro. Create and publish content in the browser, without learning git.

answering

Wavedash — questions

Answers built from our own checks of this server.

What can Wavedash do?
It exposes 8 tools, read directly from the server on our last check. Among them: wavedash_get_agent_workflow, wavedash_get_doc, wavedash_get_publishing_checklist, wavedash_get_quickstart, wavedash_get_sdk_reference, wavedash_implementation_planner and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Wavedash working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 188 ms. The bar chart above shows every period we have measured.
How do I connect Wavedash?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Wavedash need an API key?
No. Wavedash completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Wavedash?
It answers our handshake in 188 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Wavedash open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.