MCP server for Korean National Library API with 25+ tools for book/library search, popular trends, and GPS-based nearby library discovery
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"data4library-mcp": {
"command": "npx",
"args": [
"-y",
"isnow890/data4library-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add data4library-mcp npx -y isnow890/data4library-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"data4library-mcp": {
"command": "npx",
"args": [
"-y",
"isnow890/data4library-mcp"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <img src="assets/data4library-mcp-logo.png" alt="정보나루 도서검색 MCP 로고" width="200" /> </p> 도서관 정보나루 API를 MCP 도구로 제공하는 Node.js 서버입니다. 이 프로젝트는 도서관 정보나루 운영기관이 제공하는 공식 MCP와 무관한 독립 오픈소스 프로젝트입니다. > **운영 안내** > 최근 정보나루 API에서 응답 지연과 타임아웃이 간헐적으로 관찰되고 있습니다. 도구 호출이 > 실패하거나 늦어질 때에는 이 MCP 서버와 정보나루 API 상태를 함께 확인하세요.
Tools (20)
check_book_availability get_book_detail get_book_keywords get_book_usage_analysis get_detailed_region_codes get_detailed_subject_codes get_hot_trend get_library_info get_mania_recommendations get_monthly_keywords get_new_arrival_books get_popular_books_by_library get_reader_recommendations get_reading_quantity get_region_codes get_subject_codes get_usage_trend search_books search_detailed_kdc_codes search_detailed_region_codes
Topics
book-search claude-mcp data4library fastmcp korean library-search mcp-server model-context-protocol