mcp-cinii
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., "@mcp-ciniiSearch for articles about machine learning in Japanese"
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.
mcp-cinii
MCP for CINII API
An MCP server that exposes CiNii Research search capabilities to LLM clients such as Claude Code.
Tools
search_cinii
Search CiNii Research for academic articles, books, grants, and research data.
Parameter | Type | Default | Description |
| string | — | Search keywords (e.g. |
| int | 20 | Number of results (1–200) |
| int | 1 | 1-based offset for pagination |
| string |
| Response language: |
| string |
| Filter: |
Returns CiNii Research JSON-LD response.
get_cinii_item
Retrieve metadata for a single CiNii Research item by its ID.
Parameter | Type | Default | Description |
| string | — | CiNii Research CRID from the item URL (e.g. |
| string |
| Response language: |
Returns JSON-LD metadata for the item.
Related MCP server: crossref-mcp
Installation
pip install mcp-ciniiConfiguration
CiNii Research's OpenSearch API requires an application ID (appid). Register as a
developer and obtain one at
CiNii - API User Registration,
then set it via the CINII_APP_ID environment variable. If unset, requests are sent
without appid (may be subject to stricter rate limits).
Usage with Claude Code
claude mcp add --transport stdio cinii -e CINII_APP_ID=<your-appid> -- mcp-ciniiDevelopment
uv sync --group dev
uv run pytestMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
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/iwaokimura/mcp-cinii'
If you have feedback or need assistance with the MCP directory API, please join our Discord server