Skip to content
VS Code

publish for VS Code

games.playfrog/publish

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

client:VS Code transport:streamable-http tools:2

Install publish in VS Code

.vscode/mcp.json

{
  "servers": {
    "publish": {
      "type": "http",
      "url": "https://mcp-open.playfrog.games/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

publish in other clients