내 첫 MCP 프로젝트
이 프로젝트는 DummyJSON API에서 데이터를 검색하는 MCP(Model Context Protocol) 서버 사용법을 보여줍니다. Cursor IDE와 기본 에이전트를 사용하여 빌드되었습니다.
목차
특징
제품 API 도구
제품 받기
설명: 선택적 필터링 및 페이지 매김을 통해 제품 목록을 가져옵니다.
매개변수:
id
(문자열, 선택 사항): ID로 제품 필터링q
(문자열, 선택 사항): 제목으로 제품 필터링category
(문자열, 선택 사항): 카테고리별로 제품 필터링brand
(문자열, 선택 사항): 브랜드별로 제품 필터링price
(숫자, 선택): 가격으로 제품 필터링rating
(숫자, 선택): 평점으로 제품 필터링skip
(숫자, 선택 사항, 기본값: 0): 건너뛸 제품 수limit
(숫자, 선택, 기본값: 10): 반환할 최대 제품 수
반환: 지정된 기준과 일치하는 제품 목록
데이터 출처: DummyJSON API( https://dummyjson.com/products )
설치 및 사용
필수 조건
Node.js(버전 23 이상)
Docker와 Docker Compose
WSL2(Windows를 사용하는 경우)
커서 구성
커서를 사용하여 이 MCP 서버를 구성하려면:
커서 열기
누르다:
Windows/Linux:
Ctrl + Shift + P
macOS:
Cmd + Shift + P
"MCP 서버 구성"을 입력하고 선택하세요.
설정에 따라 적절한 구성을 추가하세요.
Windows(WSL 없음) 또는 Linux의 경우:
지엑스피1
WSL 사용자를 위한:
Node.js 경로를 찾으려면 다음을 실행하세요.
특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.
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.
Tools
DummyJSON API에서 제품 데이터를 검색하고 ID, 제목, 카테고리, 브랜드, 가격 및 평점과 같은 다양한 매개변수로 필터링을 지원하는 MCP 서버입니다.
Related MCP Servers
- -securityAlicense-qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated -4MIT License
- AsecurityAlicenseAqualityMCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.Last updated -52MIT License
- -securityFlicense-qualityAn MCP Server that provides access to the Jumpseller e-commerce platform API, allowing users to interact with Jumpseller's functionality through natural language commands.Last updated -
- -securityFlicense-qualityAn MCP server that enables large language models to directly access and analyze Amazon product information, including product details, variants, and reviews.Last updated -