
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
mdmarket-mcp
Advanced tools
MDMarket AI 파일 마켓플레이스를 Claude에서 바로 사용할 수 있는 MCP 서버입니다.
npm install -g mdmarket-mcp
~/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 다운로드해줘"
| 도구 | 설명 |
|---|---|
search_files | 파일 검색 (카테고리, 무료 필터) |
get_file_info | 파일 상세 정보 및 리뷰 |
download_file | 구매한 파일 다운로드 |
login | MDMarket 로그인 |
logout | 로그아웃 |
my_purchases | 내 구매 목록 |
whoami | 로그인 상태 확인 |
로컬 서버 테스트 시 환경변수로 API URL 변경 가능:
{
"mcpServers": {
"mdmarket": {
"command": "npx",
"args": ["-y", "mdmarket-mcp"],
"env": {
"MDMARKET_API": "http://localhost:3000"
}
}
}
}
FAQs
MDMarket MCP Server - AI 파일 마켓플레이스를 Claude에서 바로 사용
The npm package mdmarket-mcp receives a total of 2 weekly downloads. As such, mdmarket-mcp popularity was classified as not popular.
We found that mdmarket-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.