/ 디렉터리 / 플레이그라운드 / Smithery CLI
● 공식 smithery-ai ⚡ 바로 사용

Smithery CLI

제작: smithery-ai · smithery-ai/cli

공식 Smithery CLI — smithery install <server>로 MCP를 클라이언트 설정에 추가하고, 자신의 MCP를 빌드하는 dev 모드도 제공.

Smithery는 MCP 서버의 공개 레지스트리를 호스팅합니다. 이 CLI로 클라이언트 설정에 설치/제거, 설치된 서버 목록 조회, 게시를 위한 새 MCP 스캐폴딩이 가능합니다.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

준비됨

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "smithery-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "smithery-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "smithery-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "smithery-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "smithery-cli",
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "smithery-cli": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "@smithery/cli"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add smithery-cli -- npx -y @smithery/cli

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: Smithery CLI

설정 파일 직접 수정 없이 MCP 설치

👤 개발자 ⏱ ~15 min intermediate

언제 쓸까: stdio 설정을 손으로 병합하는 게 귀찮을 때.

흐름
  1. 탐색
    smithery search <topic>✓ 복사됨
    → 매칭 목록 표시
  2. 설치
    smithery install <slug>✓ 복사됨
    → 설정 수정됨; 클라이언트 재시작
  3. 확인
    smithery list✓ 복사됨
    → 서버 존재 확인

결과: 설정 파일 발굴 없이 새 MCP 설치.

조합

다른 MCP와 조합해 10배 효율

smithery-cli + mcp2cli

Smithery로 설치한 MCP를 직접 디버그

smithery-cli와 mcp2cli 조합: Smithery로 설치한 MCP를 mcp2cli로 직접 디버그✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
CLI subcommands (문서 참조) install / uninstall / list / dev / publish 호출 1회

비용 및 제한

운영 비용

API 쿼터
해당 없음
호출당 토큰
해당 없음
금액
무료
버전을 고정하세요 — 슬러그만 쓰면 최신 버전을 추적합니다

보안

권한, 시크릿, 파급범위

자격 증명 저장: 클라이언트 설정 파일을 수정함
데이터 외부 송신: 레지스트리를 위해 smithery.ai로 전송
절대 부여 금지: blindly install — review tool list first

문제 해결

자주 발생하는 오류와 해결

설정을 찾을 수 없음

--config-path 전달; CLI가 기본값을 추측하지만 OS마다 다릅니다

대안

Smithery CLI 다른 것과 비교

대안언제 쓰나단점/장점
수동 설정완전한 제어를 원할 때더 많은 작업 필요

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기