← Registry

Game Development

aigameshare.com

Manages publishing and updating browser games on AIGameShare.

1 endpoint10 known toolsFirst detected July 1, 2026Last detected August 4, 2026

ENDPOINT 1

https://www.aigameshare.com/mcp

No auth detected

MCP server metadata

Name
aigameshare
Version
1.0.0
Capabilities
tools
Server instructions

AIGameShare is an MCP-first publishing layer for AI-made browser games. First step after connecting: call create_game_guide before building anything. It explains the iframe sandbox, the window.AIGameShare SDK, leaderboards, cloud save, multiplayer, and quality defaults like immediate gameplay instead of an extra start screen. Before publishing, call upload_game_guide for every publish_game field and the pre-publish checklist. Then call publish_game for a live play URL, update_game to iterate, and list_my_games to see what this account has published. Need animated character art? generate_sprite_animation turns a text description into a looping transparent spritesheet (paid, credits included) — read sprite_guide first.

Known tools 10

create_game_guide

Read this BEFORE building a game for AIGameShare.

Inferred read-only
upload_game_guide

Read this BEFORE publishing.

Inferred read-only
publish_game

Publish a browser game from an AI agent to AIGameShare and get a live, shareable play URL.

Potential side effects
update_game

Update one of your published games: replace the playable build payload (html or zip_base64) and/or change metadata (title, description, controls, categories).

Potential side effects
list_my_games

List the games published with this API token's account: ids, titles, play URLs, play and like counts.

Inferred read-only
sprite_guide

Read this BEFORE using generate_sprite_animation.

Inferred read-only
generate_sprite_animation

PAID (2 sprite credits, or 1 with your own base_image_b64; new accounts get free credits — failed jobs auto-refund).

Potential side effects
get_sprite_job

Check a sprite generation job.

Inferred read-only
reslice_sprite

FREE (no credit).

Inferred read-only
list_sprite_jobs

List this account's recent sprite generation jobs (last 20) and the current sprite credit balance.

Inferred read-only

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.aigameshare]
url = "https://www.aigameshare.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aigameshare": {
      "type": "http",
      "url": "https://www.aigameshare.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aigameshare
Remote MCP URL: https://www.aigameshare.com/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": {
    "aigameshare": {
      "url": "https://www.aigameshare.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aigameshare": {
      "type": "http",
      "url": "https://www.aigameshare.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aigameshare",
  "transport": "streamable-http",
  "url": "https://www.aigameshare.com/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 aigameshare.com was fetched 2026-08-25T14:53:10.150Z and is being refreshed.

Trust status RestrictedContent

aigameshare.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.