Skip to main content
Glama

spritecook-mcp

Verbinde deinen KI-Agenten (Cursor, VS Code, Claude, Codex, Grok Build und andere) mit SpriteCook für KI-gestützte Pixel-Art- und Game-Asset-Erstellung.

Schnellstart

npx spritecook-mcp setup

Dies wird:

  1. Erkennt deine installierten KI-Clients, einschließlich Grok Build

  2. Authentifiziert bei Bedarf mit einem API-Schlüssel; Grok Build verwendet host-verwaltetes OAuth

  3. Konfiguriert MCP-Verbindungen automatisch

  4. Installiert eine optionale Agent-Fähigkeit für intelligentere KI-Integration

Die optionalen Fähigkeiten umfassen aktuelle Anleitungen für asynchrones Job-Polling, kanonische sprite_url-Ausgabe, Modell-Erkennung, GPT-Image-2-Qualitätseinstellungen, geführte Charakter-Workflows, gespeicherte Presets, Multi-Image-Style-Guide-Referenzen, lokale Datei-Uploads, Hintergrundbereinigung, Asset-Organisation und -Wiederherstellung sowie Godot-fähige Charakter-Exporte.

Related MCP server: aseprite_mcp

Was du bekommst

Nach der Einrichtung kann dein KI-Agent direkt Pixel-Art und Game-Assets erstellen:

„Erstelle ein 64x64 Pixel-Art-Schwert-Sprite"

„Erstelle ein Charakter-Sprite-Sheet für mein Plattformspiel"

„Erstelle einen Satz Trank-Icons mit transparentem Hintergrund"

„Verwende mein Charakter-Preset für ein neues Idle-Sprite"

„Importiere dieses lokale Boss-PNG und animiere es dann mit einer langsamen Idle-Bewegung"

„Entferne den Hintergrund von diesem Charakter-Asset und gib mir das transparente PNG"

„Benenne das generierte Schwert-Asset in Iron Sword Pickup um"

Manuelle Konfiguration

Wenn du lieber manuell konfigurierst, füge dies zur MCP-Konfiguration deines Editors hinzu:

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 oder ~/.grok/config.toml):

[mcp_servers.spritecook]
url = "https://api.spritecook.ai/mcp/oauth"
enabled = true
tool_timeout_sec = 6000

Öffne /mcps in Grok Build und authentifiziere spritecook. Grok speichert und aktualisiert OAuth-Anmeldedaten, ohne sie dem Modell zugänglich zu machen. Wenn die Tools nicht erscheinen, führe grok mcp doctor spritecook und grok inspect aus.

Das Repository enthält außerdem eine .mcp.json im Stammverzeichnis für eine Grok-Build-Marketplace-Einreichung. Die Veröffentlichung des Marketplace-Eintrags ist ein separater Release-Schritt.

Umgebungsvariablen

  • SPRITECOOK_API_URL - Überschreibt die API-Basis-URL (für lokale Entwicklung)

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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