aladin-book-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., "@aladin-book-mcpsearch for '인공지능' and return top 5 with ISBN, price, and description"
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.
알라딘(Aladin) 도서 검색 및 상세 서지 MCP 서버
📊 사용량 통계 — 최근 14일 조회 0회 · 클론 0회 · 릴리스 다운로드 1건
알라딘(Aladin) Open API를 활용하여 도서 검색, 원서명(원제), 전체 목차(TOC), 쪽수(페이지 수), 판형/무게, 부제, 베스트셀러 순위, 중고서점 매물 및 최저가를 조회하고 엑셀/CSV 등으로 일괄 수집하는 Model Context Protocol (MCP) 서버 및 독립 CLI 도구입니다.
주요 기능
🔍 도서 검색 (
aladin_book_search): 키워드, 제목, 저자, 출판사별 통합 검색 (ItemSearch)📖 심층 서지 조회 (
aladin_book_lookup): 13자리/10자리 ISBN 또는 상품ID로 원서명, 도서 목차, 쪽수, 제본/무게/크기, 중고매물 최저가, eBook 연동 정보 조회🏆 큐레이션 리스트 (
aladin_book_list): 알라딘 베스트셀러, 신간, 편집장 추천도서, 블로거 베스트 목록 조회📦 다중 키워드 대량 수집 (
aladin_book_collect): 여러 검색어를 한 번에 자동 페이징 수집하고, 중복 제거 후xlsx,csv,json,sqlite동시 저장💻 독립형 터미널 CLI (
aladin): AI 에이전트 없이도 터미널에서 즉시 검색 및 엑셀 다운로드 지원
Related MCP server: Data4Library MCP Server
인증키 발급 및 설정 (1분 소요, 무료)
알라딘 OpenAPI는 무료이며 TTB Key 발급 즉시 사용할 수 있습니다 (일일 5,000건 쿼터 제공).
1. TTB Key 발급 방법
API를 사용할 블로그나 사이트 정보 등록 후 발급된
TTB Key(예:ttb...) 복사
2. 환경별 키 등록 방법
사용 환경 | 설정 위치 | 설정 방법 |
Claude Desktop ( | 확장 설치 시 팝업창 |
|
Claude Code |
|
|
Antigravity / Gemini CLI |
|
|
CLI / 로컬 개발 | OS 환경변수 / | Windows 환경변수 등록 또는 |
설치 및 MCP 등록
1. Claude Desktop (1-클릭 확장 파일)
Releases에서 **
aladin-book-mcp.mcpb**를 다운로드하여 Claude Desktop 창으로 드래그 앤 드롭합니다.
2. Claude Code
claude mcp add aladin-book --env ALADIN_TTB_KEY=YOUR_TTB_KEY -- uvx --from git+https://github.com/rubatoyd/aladin-book-mcp aladin-book-mcp3. Gemini CLI / Antigravity
프로젝트 루트의 .agents/mcp_config.json 또는 전역 ~/.gemini/config/mcp_config.json:
{
"mcpServers": {
"aladin-book": {
"command": "uvx",
"args": ["--from", "git+https://github.com/rubatoyd/aladin-book-mcp", "aladin-book-mcp"],
"env": {
"ALADIN_TTB_KEY": "YOUR_ALADIN_TTB_KEY",
"PYTHONIOENCODING": "utf-8"
}
}
}
}CLI 도구 사용법 (aladin)
# 1. 상태 점검
uvx --from git+https://github.com/rubatoyd/aladin-book-mcp aladin status
# 2. 키워드 검색
uvx --from git+https://github.com/rubatoyd/aladin-book-mcp aladin search "인공지능" --size 5
# 3. ISBN13 상세 조회 (원서명, 목차, 쪽수, 판형, 중고가)
uvx --from git+https://github.com/rubatoyd/aladin-book-mcp aladin lookup 9791163034735
# 4. 베스트셀러 목록 조회
uvx --from git+https://github.com/rubatoyd/aladin-book-mcp aladin list --type Bestseller --size 10
# 5. 다중 키워드 대량 자동 수집 및 엑셀 저장 (상세 LookUp 포함)
uvx --from git+https://github.com/rubatoyd/aladin-book-mcp aladin collect \
--terms "머신러닝" "딥러닝" \
--max 50 \
--lookup \
--format xlsx csv json sqlite \
--out ./output라이선스
MIT License © 2026 Yeondong Yang
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server that allows searching and retrieving book information from Aladin's book store API, including book details, bestseller lists, and category-based searches.94MIT
- AlicenseNot gradedqualityCmaintenanceProvides comprehensive access to South Korea's National Library information system, enabling searches across 1,000+ public libraries, real-time book availability checks, borrowing trends, and location-based library discovery.359MIT
- AlicenseNot gradedqualityDmaintenanceEnables real-time book search, detailed information, and bestsellers from the Aladin OpenAPI, integrated with Claude Desktop via MCP.123MIT
- AlicenseAqualityAmaintenanceSearch and harvest Korean academic literature and book bibliography metadata from the National Library of Korea Seoji OpenAPI via MCP or CLI.3MIT
Related MCP Connectors
Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.
Search books and authors, fetch editions, browse subjects, and resolve cover images.
APICK Korean data APIs: business registry, parcel tracking, OCR, conversion, search
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/rubatoyd/aladin-book-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server