図書館検索 MCP サーバー
@kzk-maeda
About 図書館検索 MCP サーバー
国内の図書検索用MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 図書館検索 MCP サーバー?
図書館検索 MCP サーバー uses the Calil API to enable AI assistants like Claude to search and retrieve library information across Japan. Designed for developers, it provides tools to query libraries by prefecture and fetch basic details such as names and locations.
How to use 図書館検索 MCP サーバー?
Install Node.js v16+, obtain a Calil API key, then clone the repository. Run npm install, create a .env file with CALIL_APPLICATION_KEY, build with npm run build, and start with npm start. For Claude Desktop, add the server entry to claude_desktop_config.json as shown in the README.
Key features of 図書館検索 MCP サーバー
- Search libraries by prefecture name.
- Retrieve library name and location.
- Tool-callable by AI assistants.
- Simple CLI for local testing.
Use cases of 図書館検索 MCP サーバー
- An AI assistant answering “Libraries in Osaka”.
- A chatbot providing library contact info for a given prefecture.
- Automating library data lookups in workflows.
FAQ from 図書館検索 MCP サーバー
Do I need a Calil API key?
Yes. Obtain one from https://calil.jp/api/dashboard/ and set it as the CALIL_APPLICATION_KEY environment variable.
Is book search (search_books) functional?
No. The search_books tool is a placeholder and not yet implemented; only get_libraries_by_prefecture is operational.
How do I run the server with Claude Desktop?
Add a mcpServers entry with the command node, the absolute path to dist/index.js, and the CALIL_APPLICATION_KEY in env to your claude_desktop_config.json.
What tools does the server expose?
Two tools: get_libraries_by_prefecture (accepts a prefecture name, returns library system/list) and search_books (placeholder, accepts a query).
What are the runtime requirements?
Node.js v16 or higher and a Calil API key. The server uses stdio transport and fetches data from the Calil API.
More Search MCP servers
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Perplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Comments