← embr.games

INDIVIDUAL MCP TOOL

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.

embr.gamesnone authenticationAvailability not checked

LIVE ENDPOINT

https://embr.games/mcp

No auth detected

Connect to this endpoint to inspect the live schema for featured_games and invoke it with your own arguments.

Indexed 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 server

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.games-embr-catalog]
url = "https://embr.games/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: games-embr-catalog
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": {
    "games-embr-catalog": {
      "url": "https://embr.games/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "games-embr-catalog",
  "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.
  • 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.