MCP 이미지 다운로더
이미지 다운로드 및 최적화 도구를 제공하는 MCP 서버입니다. 모델 컨텍스트 프로토콜(MCP)을 사용하여 구축된 이 서버를 통해 AI 비서가 URL에서 이미지를 다운로드하고 기본적인 이미지 최적화 작업을 수행할 수 있습니다.
특징
적절한 오류 처리를 통해 URL에서 이미지 다운로드
다음 옵션을 사용하여 이미지를 최적화하세요.
크기 조정(종횡비 유지)
품질 조정(JPEG/WebP)
형식 변환
설치
지엑스피1
용법
MCP 서버로서
MCP 구성에 서버를 추가합니다(예: Claude Desktop의 구성):
사용 가능한 도구
다운로드_이미지
URL에서 지정된 경로로 이미지를 다운로드합니다.
매개변수:
url
: 다운로드할 이미지의 URLoutputPath
: 이미지를 저장할 경로
이미지 최적화
이미지의 최적화된 버전을 만듭니다.
매개변수:
inputPath
: 입력 이미지 경로outputPath
: 최적화된 이미지를 저장할 경로width
(선택 사항): 대상 너비(너비만 지정된 경우 종횡비 유지)height
(선택 사항): 대상 높이(높이만 지정된 경우 종횡비 유지)quality
(선택 사항): JPEG/WebP 품질(1-100)
개발
요구 사항
Node.js 16 이상
NPM 또는 호환 패키지 관리자
특허
MIT 라이센스 - 자세한 내용은 LICENSE 파일을 참조하세요.
작가
qpd-v
버전
0.1.0 - 최초 릴리스
local-only server
The server can only run on the client's local machine because it depends on local resources.
AI 도우미가 URL에서 이미지를 다운로드하고 기본적인 이미지 최적화 작업을 수행할 수 있도록 합니다.
Related MCP Servers
- PythonMIT License
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -
- -securityFlicense-qualityEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated -
- -securityAlicense-qualityProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.Last updated -1MIT License