Skip to main content
Glama

spritecook-mcp

AI 에이전트(Cursor, VS Code, Claude, Codex, Grok Build 등)를 SpriteCook에 연결하여 AI 기반 픽셀 아트 및 게임 에셋을 생성하세요.

빠른 설정

npx spritecook-mcp setup

다음 단계를 수행합니다:

  1. 설치된 AI 클라이언트를 감지합니다 (Grok Build 포함)

  2. 필요한 경우 API 키로 인증합니다. Grok Build는 호스트 관리 OAuth를 사용합니다

  3. MCP 연결을 자동으로 구성합니다

  4. 더 스마트한 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 = 6000

Grok Build에서 /mcps를 열고 spritecook을 인증하세요. Grok은 OAuth 자격 증명을 모델에 노출하지 않고 저장하고 새로 고칩니다. 도구가 표시되지 않으면 grok mcp doctor spritecookgrok inspect를 실행하세요.

저장소에는 Grok Build 마켓플레이스 제출용 루트 .mcp.json도 포함되어 있습니다. 마켓플레이스 목록 게시는 별도의 릴리스 단계입니다.

환경 변수

  • SPRITECOOK_API_URL - API 기본 URL 재정의 (로컬 개발용)

링크

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