mcpbeat

Wavedash MCP Server

io.github.wvdsh/wavedash
answering

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

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

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
173 ms
Response time
average over 24h
0
Stars
last commit 1 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 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 184 ms 8 min ago

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 91 of 91 checks got a reply (100.0%), average response time 173 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 173 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 0 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.