npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

miridev-mcp

v1.0.25

Published

Model Context Protocol server and CLI for deploying websites to miri.dev using natural language

Readme

🚀 miri.dev MCP (Model Context Protocol) Tool

npm version License: MIT

AI와 자연어로 소통하여 miri.dev에 웹사이트를 배포할 수 있는 MCP(Model Context Protocol) 도구입니다.

✨ 주요 기능

  • 🚀 자연어 배포: "내 홈페이지를 miri.dev에 배포해줘" 같은 명령으로 배포
  • 🔐 간편한 인증: 이메일/비밀번호로 로그인 (CLI 및 MCP 지원)
  • 📊 상태 모니터링: 배포 상태 및 사이트 목록 확인
  • 🤖 AI 친화적: Claude Desktop, ChatGPT 등과 연동
  • 🛠️ CLI 도구: 터미널에서 직접 배포 및 관리 가능
  • 안정성 개선: 로그인 에러 수정, 테스트 환경 개선

🔧 Claude Desktop 설정

1. 설정 파일 위치

# macOS
~/Library/Application Support/Claude/claude_desktop_config.json

# Windows  
%APPDATA%/Claude/claude_desktop_config.json

2. MCP 서버 설정 추가

권장 방법 (NPX):

{
  "mcpServers": {
    "miridev": {
      "command": "npx",
      "args": ["miridev-mcp", "server"]
    }
  }
}

로컬 설치 방법:

{
  "mcpServers": {
    "miridev": {
      "command": "node",
      "args": ["/절대경로/miridev-mcp/src/index.js"]
    }
  }
}

🎯 MCP 도구

Claude Desktop에서 사용할 수 있는 도구들:

  • deploy_website: 웹사이트 배포
  • check_auth_status: 인증 상태 확인
  • login_miridev: 로그인 관리
  • get_deployment_status: 배포 상태 확인
  • deployment-guide: 프로젝트별 배포 가이드

🖥️ CLI 사용법

설치

npm install -g miridev-mcp

기본 명령어

# 로그인
miri-mcp login
miri-mcp login --email [email protected] --password yourpassword

# 배포
miri-mcp deploy
miri-mcp deploy --path ./my-project --name my-site

# 상태 확인
miri-mcp status

# 로그아웃
miri-mcp logout

# MCP 서버 모드 (Claude Desktop용)
miri-mcp server

# Claude Desktop 설정 자동 추가
miri-mcp config --claude

💬 AI 사용 예시

Claude Desktop에서 이렇게 요청하세요:

"내 포트폴리오 웹사이트를 miri.dev에 배포해줘"
"./my-project 폴더를 'my-portfolio'라는 이름으로 배포하라"
"React 프로젝트 배포 가이드를 만들어줘"
"배포 상태 확인해줘"

🔧 문제 해결

로그인 에러 발생 시

  • 증상: readline ERR_USE_AFTER_CLOSE 에러
  • 해결: CLI 플래그 사용 miri-mcp login --email [email protected] --password password

Claude Desktop 연동 안 될 때

  1. Claude Desktop 재시작
  2. 설정 파일 경로 확인
  3. miri-mcp config --claude 명령으로 자동 설정

테스트 실행 시 ES Module 에러

  • Jest + Babel 설정이 자동으로 ES Module을 처리합니다
  • npm test 실행 전 의존성 설치: npm install

📞 지원


즐거운 배포 되세요! 🚀✨