cinii-research-mcp
v1.0.2
Published
MCP server for CiNii Research - Japanese academic paper database with abstract retrieval
Maintainers
Readme
CiNii Research MCP Server
日本語
CiNii Research の API を利用した MCP (Model Context Protocol) サーバーです。Claude Desktop やその他の MCP クライアントから、日本の学術論文データベースを検索し、抄録を含む論文情報を取得できます。
機能
- search - 論文検索(フリーワード、タイトル、著者名、所属機関などで検索)
- export_to_ris - 検索結果を RIS 形式(文献管理ソフト用)でエクスポート
CiNii API アプリケーション ID の取得方法
このサーバーを利用するには、CiNii API のアプリケーション ID が必要です。
- CiNii API 利用登録ページ にアクセス
- 「API利用登録」から新規登録を行う
- 必要事項を入力し、利用目的を記載して申請
- 登録完了後、メールでアプリケーション ID が通知されます
※ 学術研究目的での利用が前提です。利用規約を確認してください。
インストール
npx cinii-research-mcpClaude Desktop での設定
claude_desktop_config.json に以下を追加してください:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cinii-research": {
"command": "npx",
"args": ["-y", "cinii-research-mcp"],
"env": {
"CINII_APP_ID": "あなたのアプリケーションID"
}
}
}
}使用例
Claude Desktop で以下のような質問ができます:
- 「機械学習に関する日本語の論文を検索して」
- 「山田太郎さんの論文を探して」
- 「2020年以降の深層学習に関する論文で本文があるものを検索」
- 「検索結果を RIS 形式でエクスポートして」
検索パラメータ
| パラメータ | 説明 | |-----------|------| | query | フリーワード検索 | | title | タイトル検索 | | creator | 著者名検索 | | affiliation | 所属機関検索 | | publicationTitle | 刊行物名(雑誌名)検索 | | issn | ISSN検索 | | from | 検索開始年(YYYY形式) | | until | 検索終了年(YYYY形式) | | hasFullText | 本文リンクありのみ(true/false) | | count | 取得件数(1-200、デフォルト20) | | sortorder | ソート順(0:新しい順, 1:古い順, 4:関連度順, 10:被引用数順) | | searchType | 検索種別(all, articles, books, dissertations, data, projects) |
ライセンス
MIT
クレジット
Powered by CiNii Research
English
An MCP (Model Context Protocol) server for CiNii Research API. Search Japanese academic paper databases and retrieve article information including abstracts from Claude Desktop or other MCP clients.
Features
- search - Search articles by keywords, title, author, affiliation, etc.
- export_to_ris - Export search results to RIS format (for reference managers)
How to Get CiNii API Application ID
You need a CiNii API application ID to use this server.
- Visit CiNii API Developer Registration
- Click "API利用登録" (API Registration) for new registration
- Fill in the required information and describe your usage purpose
- After registration, you will receive your application ID via email
※ Usage is limited to academic research purposes. Please check the terms of service.
Installation
npx cinii-research-mcpClaude Desktop Configuration
Add the following to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cinii-research": {
"command": "npx",
"args": ["-y", "cinii-research-mcp"],
"env": {
"CINII_APP_ID": "your-application-id"
}
}
}
}Usage Examples
You can ask Claude Desktop questions like:
- "Search for papers about machine learning in Japanese"
- "Find papers by author Taro Yamada"
- "Search for deep learning papers from 2020 onwards with full text available"
- "Export search results to RIS format"
Search Parameters
| Parameter | Description | |-----------|-------------| | query | Free text search | | title | Search by title | | creator | Search by author name | | affiliation | Search by affiliation | | publicationTitle | Search by publication/journal name | | issn | Search by ISSN | | from | Start year (YYYY format) | | until | End year (YYYY format) | | hasFullText | Only with full text links (true/false) | | count | Number of results (1-200, default 20) | | sortorder | Sort order (0:newest, 1:oldest, 4:relevance, 10:citation count) | | searchType | Search type (all, articles, books, dissertations, data, projects) |
License
MIT
Credits
Powered by CiNii Research
