Game Development
embr.games
Search and retrieve details about AI-built games from the embr.games catalog, including genres, featured games, and publishing instructions.
ENDPOINT 1
https://embr.games/mcp
MCP server metadata
- Name
- games.embr/catalog
- Version
- 1.0.0
embr.games is the marketplace for games built with AI — all playable free in the browser. Use search_games to find games, get_game for details, and how_to_publish to help a creator sell a game they built with AI.
Known tools 5
get_gameGet full details for one game by its slug — description, price, how it was built with AI, and the link to play it.
Inferred read-onlyfeatured_gamesThe games embr.games is currently featuring — the best starting point if someone just wants a great game built with AI to play right now.
Inferred read-onlyhow_to_publishExplain how a creator publishes a game they built with AI on embr.games — the steps, the revenue split, and the link to start.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for embr.games was fetched 2026-08-30T01:50:08.346Z.
embr.games is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.