← Discover MCPs and Agents
P
MCPAI & MLMCP Registry

PlayDrop

Publish, test and share browser games on PlayDrop from your AI agent.

Links

README

From the repo.

PlayDrop Agent Plugin

Release License: MIT

Publish, test and share the browser games you build with your AI agent on PlayDrop. Want PlayDrop to build and maintain the game for you instead? Start with PlayDrop Cloud.

The plugin adds one skill, playdrop-ai, and a connection to PlayDrop's remote MCP server at https://mcp.playdrop.ai/mcp. Sign in to your PlayDrop account when your agent asks; there is no CLI or package to install.

Install

  • Claude Code: /plugin marketplace add playdrop-ai/playdrop-plugin, then /plugin install playdrop@playdrop.
  • Codex: codex plugin marketplace add playdrop-ai/playdrop-plugin, then install PlayDrop from the Plugins Directory.
  • Grok Build: grok plugin install 'playdrop-ai/playdrop-plugin#variants/grok/playdrop' --trust.
  • Antigravity: clone this repository, then agy plugin install ./playdrop-plugin/variants/antigravity/playdrop.
  • Replit: add PlayDrop to Replit.
  • ChatGPT, Claude, Lovable, Grok and other MCP clients: add a custom connector with the URL https://mcp.playdrop.ai/mcp and OAuth.

PlayDrop Connector has a step-by-step guide for each platform:

Installation covers each package in detail, with dated compatibility results.

What your agent can do

  • Publish index.html with its catalogue.json metadata, plus an optional icon, hero art, screenshots, a landscape trailer and a portrait teaser, localized per language.
  • Upload privately to test a version, then make it public from the game page. Update the same game later.
  • Test inside PlayDrop before publishing: https://www.playdrop.ai/creators/<username>/apps/game/<slug>/dev?url=http://localhost:5173/.
  • Add the optional client SDK with one script tag: leaderboards, achievements, cloud saves, social features and multiplayer.
  • Run multiplayer on your own server, or upload a Colyseus server.js to PlayDrop's free hosted game servers with MongoDB. See game servers.
  • Send questions, bugs and ideas to the PlayDrop team with the feedback tool.

Your agent reads current limits and formats with get_documentation. Everything is also at playdrop.ai/docs.

Contents

  • plugin.json, mcp.json, skills/: portable Agent Plugins 1.0 package.
  • plugins/playdrop/: Codex native package with its registered public OAuth client.
  • variants/claude/playdrop/: Claude Code native package with its registered public OAuth client.
  • variants/antigravity/playdrop/, variants/grok/playdrop/: native client packages.
  • .agents/plugins/, .claude-plugin/, .grok-plugin/: repository marketplace metadata.
  • server.json: the MCP Registry entry, ai.playdrop/mcp.

All packages point at the URL in mcp.json; generated development copies may point at a development service. Version 1.0 replaced the older broad game-development plugin with one publishing skill and a remote connection. This MIT-licensed package contains no server implementation or credentials. Never add access tokens to it.

Package check

node tools/validate-package.mjs .

This checks package contents and configuration offline. It does not authenticate, publish a game or verify a provider.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.playdrop.ai/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.