spritecook-mcp
Officialspritecook-mcp
AIエージェント(Cursor、VS Code、Claude、Codex、Grok Build など)を SpriteCook に接続し、AIを活用したピクセルアートやゲームアセットの生成を実現します。
クイックセットアップ
npx spritecook-mcp setupこれにより、以下の処理が行われます:
検出 - Grok Build を含む、インストール済みのAIクライアントを検出します
認証 - 必要な場合にAPIキーで認証します。Grok Build はホスト管理のOAuthを使用します
設定 - MCP接続を自動的に設定します
インストール - よりスマートなAI統合のためのオプションのエージェントスキルをインストールします
オプションのスキルには、非同期ジョブのポーリング、標準の sprite_url 出力、モデル検出、GPT-Image-2 の品質設定、ガイド付きキャラクターワークフロー、保存済みプリセット、マルチイメージのスタイルガイド参照、ローカルファイルのアップロード、背景のクリーンアップ、アセットの整理と復元、Godot対応のキャラクターエクスポートに関する最新のガイダンスが含まれます。
Related MCP server: aseprite_mcp
得られるもの
セットアップ後、AIエージェントがピクセルアートやゲームアセットを直接生成できるようになります:
「64x64のピクセルアートの剣スプライトを生成して」
「プラットフォーマーゲーム用のキャラクタースプライトシートを作成して」
「透明背景のポーションアイコンセットを作って」
「新しい待機スプライトに私のキャラクタープリセットを使って」
「このローカルのボスPNGをインポートして、ゆっくりとした待機モーションでアニメーション化して」
「このキャラクターアセットの背景を除去して、透明なPNGを出力して」
「生成した剣アセットを『Iron Sword Pickup』にリネームして」
手動設定
手動で設定する場合は、エディタのMCP設定に以下を追加します:
Cursor(.cursor/mcp.json):
{
"mcpServers": {
"spritecook": {
"url": "https://api.spritecook.ai/mcp/",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}VS Code(.vscode/settings.json):
{
"mcp": {
"servers": {
"spritecook": {
"type": "http",
"url": "https://api.spritecook.ai/mcp/",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
}Grok Build(.grok/config.toml または ~/.grok/config.toml):
[mcp_servers.spritecook]
url = "https://api.spritecook.ai/mcp/oauth"
enabled = true
tool_timeout_sec = 6000Grok Build で /mcps を開き、spritecook を認証します。Grok はOAuth認証情報をモデルに公開せずに保存・更新します。ツールが表示されない場合は、grok mcp doctor spritecook と grok inspect を実行してください。
このリポジトリには、Grok Build のマーケットプレイス提出用のルート .mcp.json も含まれています。マーケットプレイスへの掲載は別のリリース手順となります。
環境変数
SPRITECOOK_API_URL- APIのベースURLを上書きします(ローカル開発用)
リンク
SpriteCook - AIゲームアセットジェネレーター
APIドキュメント - 完全なAPIリファレンス
APIキーを取得 - サインアップしてAPIキーを管理
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceConnects AI agents to The Agents Hub, visualizing them as pixel characters on a tile-based property with tools for state, assets, inboxes, and multi-agent orchestration.41MIT
- AlicenseAqualityCmaintenanceEnables AI sprite generation and semantic tools for Aseprite, allowing LLMs to create pixel art, add animations, and manage projects with visual feedback.61GPL 3.0
- AlicenseCqualityBmaintenanceEnables AI assistants to control Aseprite for creating pixel art and animated sprites, with 104 tools covering canvas, drawing, animation, palettes, effects, and more.100MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to visually interact with LibreSprite for real-time pixel art creation and automated drawing with self-healing capabilities.MIT
Related MCP Connectors
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
Build and run visual creative-production workflows from your AI agent.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpriteCook/spritecook-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server