booth-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@booth-mcpShow my recent orders"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
booth-mcp
BOOTH 판매자 관리 정보를 MCP 클라이언트에서 조회하는 비공식·읽기 전용 MCP 서버입니다.
이 프로젝트는 pixiv 또는 BOOTH의 공식 프로젝트가 아닙니다. BOOTH의 화면 구조가 바뀌면 일부 기능이 동작하지 않을 수 있습니다.
기능
로그인 상태와 대시보드
상품 목록과 디지털 상품 상세
주문 목록과 주문 상세
월별·일별·상품별 매출
메시지 목록과 대화 내용
공개 샵 정보와 비금융 설정
데이터 생성·수정·삭제, 발송 처리, 메시지 전송, 파일 다운로드, CSV 발행, 지급 신청은 지원하지 않습니다.
Related MCP server: MySQL Database Access
요구 사항
Node.js 20 이상
최초 로그인 화면을 표시할 수 있는 데스크톱 환경
Google Chrome 또는 Microsoft Edge
Codex 설치
codex plugin marketplace add cstria0106/booth-mcp
codex plugin add booth-mcp@booth-mcp설치 또는 업데이트 후 새 작업을 시작하세요. 플러그인을 업데이트하려면 다음 명령을 사용합니다.
codex plugin marketplace upgrade booth-mcp
codex plugin add booth-mcp@booth-mcp로그인
MCP에서 booth_login을 호출하거나 터미널에서 로그인할 수 있습니다.
npx -y booth-mcp loginChrome과 Edge를 찾지 못하면 브라우저 경로를 지정하세요.
# macOS/Linux
BOOTH_MCP_BROWSER_PATH=/path/to/chrome npx -y booth-mcp login
# Windows PowerShell
$env:BOOTH_MCP_BROWSER_PATH="C:\Program Files\Google\Chrome\Application\chrome.exe"
npx -y booth-mcp loginWindows에서는 기본적으로 다음 경로에 로그인 정보가 저장됩니다.
%LOCALAPPDATA%\booth-mcp\browser-profile
%LOCALAPPDATA%\booth-mcp\session.json저장 위치는 BOOTH_MCP_PROFILE_DIR과 BOOTH_MCP_SESSION_FILE로 변경할 수 있습니다.
기타 MCP 설정
Codex에서 플러그인 없이 사용하려면 다음 설정을 추가합니다.
[mcp_servers.booth]
command = "npx"
args = ["-y", "booth-mcp"]Claude Desktop과 Cursor에서는 MCP 설정에 다음 항목을 추가합니다.
{
"mcpServers": {
"booth": {
"command": "npx",
"args": ["-y", "booth-mcp"]
}
}
}도구 목록
도구 | 설명 |
| BOOTH 로그인 |
| 로그인 상태와 샵 정보 조회 |
| 샵 상태와 최근 매출 조회 |
| 상품 목록 조회 |
| 상품 상세 조회 |
| 주문 목록 조회 |
| 주문 상세 조회 |
| 매출 조회 |
| 대화 목록 조회 |
| 대화와 메시지 조회 |
| 공개 샵 정보와 비금융 설정 조회 |
보안과 제약
BOOTH 데이터는 조회만 하며 변경하지 않습니다.
주문 상세의 실명, 주소, 전화번호, 이메일은 마스킹합니다.
메시지 본문의 이메일, 전화번호, 우편번호는 마스킹하지만 자유 형식 개인정보를 모두 탐지하지 못할 수 있습니다.
session.json에는 BOOTH 세션 쿠키가 포함되므로 공유하거나 저장소에 커밋하지 마세요.정산 계좌와 법적 판매자 정보는 조회하지 않습니다.
오류 코드
AUTH_REQUIRED: 로그인이 필요함NOT_FOUND: 요청한 상품·주문·대화를 찾을 수 없음BOOTH_CHANGED: BOOTH 화면 구조를 인식할 수 없음RATE_LIMITED: BOOTH가 요청을 제한함NETWORK_ERROR: 네트워크 또는 BOOTH 응답 오류
라이선스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cstria0106/booth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server