← embr.games

INDIVIDUAL MCP TOOL

how_to_publish

Explain how a creator publishes a game they built with AI on embr.games — the steps, the revenue split, and the link to start.

embr.gamesnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

embr.games

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.embr-games]
url = "https://embr.games/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "embr-games": {
      "type": "http",
      "url": "https://embr.games/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: embr-games
Remote MCP URL: https://embr.games/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "embr-games": {
      "url": "https://embr.games/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "embr-games": {
      "type": "http",
      "url": "https://embr.games/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "embr-games",
  "transport": "streamable-http",
  "url": "https://embr.games/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_games — Search the embr.games catalog of games built with AI.
  • get_game — Get full details for one game by its slug — description, price, how it was built with AI, and the link to play it.
  • list_genres — List the genres available on embr.games with a count of games in each.
  • featured_games — The games embr.games is currently featuring — the best starting point if someone just wants a great game built with AI to play right now.