A
securityF
licenseA
qualityA Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.
Last updated -
TypeScript
Claude Desktop이나 다른 MCP 클라이언트와 폭속 연계를 원한다면,
아래 JSON 스 니펫을 설정 파일에 복사 OK ✨
매개변수 | 금형 | 설명 | 필수/선택 | 비고 |
---|---|---|---|---|
prompt | 문자열 | 이미지 생성 프롬프트(영어 권장) | 필수 | |
aspect_ratio | 문자열 | 종횡비(예: "1x1", "16x9", "4x3" 등) | 선택 | 15종류 |
resolution | 문자열 | 해상도(공식 문서 참조, 총 69종) | 선택 | |
seed | integer | 난수 시드(재현성 담보용) | 선택 | 0~2147483647 |
magic_prompt | 문자열 | 매직 프롬프트("AUTO" | "ON" | "OFF") |
rendering_speed | 문자열 | v3용 렌더링 속도("TURBO" | "DEFAULT" | "QUALITY") |
style_codes | string[] | 8자 스타일 코드 배열 | 선택 | |
style_type | 문자열 | 스타일 타입("AUTO" | "GENERAL" | "REALISTIC" |
negative_prompt | 문자열 | 제외 요소(영어 권장) | 선택 | |
num_images | number | 생성 이미지 수(1~8) | 선택 | |
style_reference | 객체 | 스타일 참조(Ideogram 3.0 새로운 기능) | 선택 | 아래 상세 |
└ urls | string[] | 참조 이미지 URL 배열(최대 3개) | 선택 | |
└ style_code | 문자열 | 스타일 코드 | 선택 | |
└ random_style | 부울 | 랜덤 스타일 사용 | 선택 | |
output_dir | 문자열 | 이미지 저장 디렉토리(기본값: "docs") | 선택 | |
base_filename | 문자열 | 저장 파일 이름의 기반(기본값: "ideogram-image") | 선택 | 타임스탬프・ID 부여 |
blur_mask | 부울 | 이미지 가장자리 흐림(true로 마스크 합성) | 선택 | 기본값: false |
npm run build
npm run watch
... 개발 모드(자동 빌드)npm run lint
... 코드 린트npm test
... 테스트 실행git checkout -b feature/awesome
)자세한 내용은 docs/npm-deploy.md 를 참조하십시오!
MIT
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that provides image generation capabilities using the Ideogram API, allowing users to create images from text prompts with customizable parameters.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sunwood-ai-labs/ideagram-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server