🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

mdmarket-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdmarket-mcp

MDMarket MCP Server - AI 파일 마켓플레이스를 Claude에서 바로 사용

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

MDMarket MCP Server

MDMarket AI 파일 마켓플레이스를 Claude에서 바로 사용할 수 있는 MCP 서버입니다.

설치

npm install -g mdmarket-mcp

Claude Desktop 설정

~/Library/Application Support/Claude/claude_desktop_config.json 파일을 열고 아래 내용을 추가하세요:

{
  "mcpServers": {
    "mdmarket": {
      "command": "npx",
      "args": ["-y", "mdmarket-mcp"]
    }
  }
}

설정 후 Claude Desktop을 재시작하세요.

사용 방법

Claude에서 자연어로 MDMarket을 사용할 수 있습니다:

"MDMarket에서 React 관련 파일 찾아줘" "cursor rules 검색해줘" "react-hooks-guide 파일 정보 보여줘" "MDMarket 로그인해줘" "내가 구매한 파일 목록 보여줘" "react-hooks-guide 다운로드해줘"

제공 도구 (Tools)

도구설명
search_files파일 검색 (카테고리, 무료 필터)
get_file_info파일 상세 정보 및 리뷰
download_file구매한 파일 다운로드
loginMDMarket 로그인
logout로그아웃
my_purchases내 구매 목록
whoami로그인 상태 확인

개발자 설정

로컬 서버 테스트 시 환경변수로 API URL 변경 가능:

{
  "mcpServers": {
    "mdmarket": {
      "command": "npx",
      "args": ["-y", "mdmarket-mcp"],
      "env": {
        "MDMARKET_API": "http://localhost:3000"
      }
    }
  }
}

링크

  • 🌐 MDMarket
  • 📦 npm

Keywords

mcp

FAQs

Package last updated on 03 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts