Skip to main content
Glama

mcp-image-downloader

by qpd-v

MCP 이미지 다운로더

이미지 다운로드 및 최적화 도구를 제공하는 MCP 서버입니다. 모델 컨텍스트 프로토콜(MCP)을 사용하여 구축된 이 서버를 통해 AI 비서가 URL에서 이미지를 다운로드하고 기본적인 이미지 최적화 작업을 수행할 수 있습니다.

특징

  • 적절한 오류 처리를 통해 URL에서 이미지 다운로드
  • 다음 옵션을 사용하여 이미지를 최적화하세요.
    • 크기 조정(종횡비 유지)
    • 품질 조정(JPEG/WebP)
    • 형식 변환

설치

지엑스피1

용법

MCP 서버로서

MCP 구성에 서버를 추가합니다(예: Claude Desktop의 구성):

{ "mcpServers": { "image-downloader": { "command": "node", "args": ["/path/to/mcp-image-downloader/build/index.js"] } } }

사용 가능한 도구

다운로드_이미지

URL에서 지정된 경로로 이미지를 다운로드합니다.

매개변수:

  • url : 다운로드할 이미지의 URL
  • outputPath : 이미지를 저장할 경로
이미지 최적화

이미지의 최적화된 버전을 만듭니다.

매개변수:

  • inputPath : 입력 이미지 경로
  • outputPath : 최적화된 이미지를 저장할 경로
  • width (선택 사항): 대상 너비(너비만 지정된 경우 종횡비 유지)
  • height (선택 사항): 대상 높이(높이만 지정된 경우 종횡비 유지)
  • quality (선택 사항): JPEG/WebP 품질(1-100)

개발

# Run in development mode npm run start # Build the project npm run build

요구 사항

  • Node.js 16 이상
  • NPM 또는 호환 패키지 관리자

특허

MIT 라이센스 - 자세한 내용은 LICENSE 파일을 참조하세요.

작가

qpd-v

버전

0.1.0 - 최초 릴리스

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

AI 도우미가 URL에서 이미지를 다운로드하고 기본적인 이미지 최적화 작업을 수행할 수 있도록 합니다.

  1. 특징
    1. 설치
      1. 용법
        1. MCP 서버로서
        2. 사용 가능한 도구
      2. 개발
        1. 요구 사항
          1. 특허
            1. 작가
              1. 버전

                Related MCP Servers

                • A
                  security
                  A
                  license
                  A
                  quality
                  Enables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.
                  Last updated -
                  1
                  4
                  JavaScript
                  MIT License
                  • Apple
                  • Linux
                • -
                  security
                  A
                  license
                  -
                  quality
                  A server that integrates Flux's advanced image generation and manipulation features into AI coding assistants, enabling seamless text-to-image and image control workflows in IDEs like Cursor and Windsurf.
                  Last updated -
                  4
                  10
                  Python
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  A Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.
                  Last updated -
                  14
                  1
                  JavaScript
                  MIT License
                • A
                  security
                  F
                  license
                  A
                  quality
                  A server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.
                  Last updated -
                  1
                  1
                  JavaScript

                View all related MCP servers

                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/qpd-v/mcp-image-downloader'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server