Cinii
БесплатноНе проверенEnables searching CiNii Research for academic articles, books, grants, and research data, and retrieving metadata for individual items.
Описание
Enables searching CiNii Research for academic articles, books, grants, and research data, and retrieving metadata for individual items.
README
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 |
|---|---|---|---|
query |
string | — | Search keywords (e.g. "機械学習" or "machine learning") |
count |
int | 20 | Number of results (1–200) |
start |
int | 1 | 1-based offset for pagination |
lang |
string | "ja" |
Response language: "ja" or "en" |
resource_type |
string | "" |
Filter: "Article", "Book", "Dissertation", "Data", "Research Project", or "" (all) |
Returns CiNii Research JSON-LD response.
get_cinii_item
Retrieve metadata for a single CiNii Research item by its ID.
| Parameter | Type | Default | Description |
|---|---|---|---|
item_id |
string | — | CiNii Research CRID from the item URL (e.g. "1971993809790115224") |
lang |
string | "ja" |
Response language: "ja" or "en" |
Returns JSON-LD metadata for the item.
Installation
pip install mcp-cinii
Configuration
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-cinii
Development
uv sync --group dev
uv run pytest
Установка Cinii
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/iwaokimura/mcp-ciniiFAQ
Cinii MCP бесплатный?
Да, Cinii MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cinii?
Нет, Cinii работает без API-ключей и переменных окружения.
Cinii — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cinii в Claude Desktop, Claude Code или Cursor?
Открой Cinii на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Cinii with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
