Game Development
aigameshare.com
Manages publishing and updating browser games on AIGameShare.
ENDPOINT 1
https://www.aigameshare.com/mcp
MCP server metadata
- Name
- aigameshare
- Version
- 1.0.0
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
publish_gamePublish a browser game from an AI agent to AIGameShare and get a live, shareable play URL.
Potential side effectsupdate_gameUpdate one of your published games: replace the playable build payload (html or zip_base64) and/or change metadata (title, description, controls, categories).
Potential side effectslist_my_gamesList the games published with this API token's account: ids, titles, play URLs, play and like counts.
Inferred read-onlygenerate_sprite_animationPAID (2 sprite credits, or 1 with your own base_image_b64; new accounts get free credits — failed jobs auto-refund).
Potential side effectslist_sprite_jobsList this account's recent sprite generation jobs (last 20) and the current sprite credit balance.
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.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.
aigameshare.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.