Grok AI Image Generation MCP Server
Grok AI 이미지 생성 MCP 서버
AI 이미지 생성 MCP 서버
xAI/Grok 이미지 생성 API에 연결하는 서버 지연 API 키 초기화로 적절한 오류 처리 구현 여러 이미지 생성 지원 추가(최대 10개 이미지) 다양한 응답 형식(URL 또는 base64 JSON) 지원 추가 Docker 지원:
MCP 서버를 컨테이너화하기 위해 Dockerfile을 추가했습니다. 런타임에 재정의할 수 있는 더미 API 키로 Dockerfile을 구성했습니다. 효율적인 빌드를 위해 적절한 레이어 캐싱을 설정했습니다. 사용 가능한 MCP 도구:
generate_image: Grok-2-image 모델을 사용하여 이미지 생성 set_api_key: 환경 변수를 통해 제공되지 않은 경우 런타임에 xAI API 키 설정 사용 방법 이제 다음과 같은 프롬프트를 사용하여 이미지를 생성할 수 있습니다.
"우주복을 입은 고양이 이미지 생성", "밤의 미래 도시 사진 생성" MCP 서버는 Claude 데스크톱 앱에서 구성되었으며, 구현 시 API 키 관리가 원활하게 처리되어 API 키를 처음 설정하지 않아도 서버를 시작할 수 있습니다.
Docker에서 서버를 실행하려면 다음을 사용하여 빌드하고 실행할 수 있습니다.
cd /Users/8bit/Documents/Cline/MCP/ai-image-generator docker build -t grokart .docker run -e XAI_API_KEY=your-api-key -p 8080:8080 grokart
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
Related MCP Connectors
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
MCP server for Grok Imagine AI video generation
MCP server for Qwen Image 3 AI image generation
Generate AI images and videos from any compatible MCP client.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance.1123-
- AlicenseCqualityCmaintenanceA Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.1355MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.118MIT
- FlicenseBqualityDmaintenanceAn MCP image generation server based on the Flux Schnell model that provides API access for generating images from text prompts with customizable dimensions and seeds.11-
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/8bitsats/Grok-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server