Skip to content

daiso

Korean retail and cinema MCP server, CLI, and Codex Skill for Daiso, convenience stores, marts, Olive Young, and theaters

build.protocol_tooling.mcp#mcp#mcp-server#daiso#korea#korean-retail#retail#inventory#cli#codex-skill#clawhub

Install daiso in your MCP client

daiso is a Model Context Protocol server. Add it to your MCP client config once, restart, and the server's tools become available to your AI assistant. The same JSON snippet below works across all four major clients — only the config file path differs.

  1. Locate your client's MCP config file.
    • Cursor: ~/.cursor/mcp.json
    • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
    • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
    • VS Code: Settings → Extensions → MCP
    • Windsurf: Settings → MCP Servers
  2. Add daiso to the mcpServers map — paste the snippet below into your config file. If you already have other MCP servers, merge the entry into the existing mcpServers object.
  3. Restart your client so it picks up the new server.
  4. Verify — ask the assistant to list available tools; daiso's tools should appear.
{
  "mcpServers": {
    "daiso": {
      "command": "npx",
      "args": [
        "-y",
        "daiso"
      ]
    }
  }
}

Install daiso in Cursor

Open ~/.cursor/mcp.json in your editor, paste the snippet above into mcpServers, save, and restart Cursor. daiso will show up in the assistant's tool list on next launch.

Install daiso in Claude Desktop (macOS)

Open ~/Library/Application Support/Claude/claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (macOS). daiso will show up in the assistant's tool list on next launch.

Install daiso in Claude Desktop (Windows)

Open %APPDATA%\Claude\claude_desktop_config.json in your editor, paste the snippet above into mcpServers, save, and restart Claude Desktop (Windows). daiso will show up in the assistant's tool list on next launch.

Install daiso in VS Code

Open Settings → Extensions → MCP in your editor, paste the snippet above into mcpServers, save, and restart VS Code. daiso will show up in the assistant's tool list on next launch.

npm package: daiso

Transport

daiso supports the following MCP transports. Most AI clients use stdio by default for locally-installed servers.

stdio

From the daiso README

<div align="center"> <img src="./assets/logo.svg" alt="Daiso MCP" width="120" height="120"> <br> <br> # Daiso MCP 및 Skill 다이소(제품/매장/재고), 상품 가격 비교, 주변 음식점/카페, 주유소/유가, 개발자 요청 제출, 롯데마트(매장/상품), GS25(매장/상품/재고), 세븐일레븐(상품/매장/재고/인기검색어/카탈로그), CU(매장/재고), 이마트24(매장/상품/재고), 올리브영(매장/재고), 메가박스(지점/영화/시간표/좌석), 롯데시네마(지점/영화/좌석), CGV(극장/영화/시간표) 조회 기능을 MCP, CLI, Codex Skill로 AI에 연결합니다. <br> **MCP:** `https://mcp.aka.page` · **CLI:** `npx daiso` · **Skill:** `clawhub install daiso-cli` **ClawHub:** [clawhub.ai/hmmhmmhm/daiso-cli](https://clawhub.ai/hmmhmmhm/daiso-cli) 한국 로컬 리테일, 생활 정보, 영화관 조회를 MCP, CLI, Codex Skill로 연결하는 도구입니다. 사용자는 별도 API 키를 준비하지 않고 바로 사용할 수 있습니다. <br> <h3>지원 서비스</h3> <table> <thead> <tr> <th>분류</th> <th>서비스</th> <th>조회 기능</th> </tr> </thead> <tbody>

Other Model Context Protocol servers in the same space as daiso. Each one adds different capabilities to your AI assistant — pick based on the data sources or workflows you need.

Browse the full MCP server directory or use Stork's one-line install to let your agent pick the right server automatically.