Scholar Sidekick
Scholar Sidekick MCPサーバー
Scholar Sidekick 用の MCP サーバー — あらゆるAIアシスタントから学術引用の解決、整形、エクスポートを行います。
ツール
ツール | 説明 |
resolveIdentifier | DOI、PMID、PMCID、ISBN、arXiv ID、ISSN、ADS bibcodeを構造化された書誌メタデータに解決します |
formatCitation | 識別子をVancouver、AMA、APA、IEEE、CSE、または10,000種類以上のCSLスタイルに整形します。テキスト、HTML、またはJSONで出力します |
exportCitation | BibTeX、RIS、CSL JSON、EndNote (XML/Refer)、RefWorks、MEDLINE、Zotero RDF、CSV、またはプレーンテキストにエクスポートします |
Related MCP server: cite-mcp
セットアップ
RapidAPIキーの取得
RapidAPIのScholar Sidekick に登録します(無料枠あり)
RapidAPIキーをコピーします
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) または %APPDATA%\Claude\claude_desktop_config.json (Windows) に以下を追加します:
{
"mcpServers": {
"scholar-sidekick": {
"command": "npx",
"args": ["-y", "scholar-sidekick-mcp@latest"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}Claude Code
claude mcp add scholar-sidekick \
-e RAPIDAPI_KEY=your-rapidapi-key \
-- npx -y scholar-sidekick-mcp@latestCursor / VS Code / Windsurf
.cursor/mcp.json または .vscode/mcp.json に以下を追加します:
{
"mcpServers": {
"scholar-sidekick": {
"command": "npx",
"args": ["-y", "scholar-sidekick-mcp@latest"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}環境変数
変数 | 必須 | 説明 |
| はい | RapidAPIのサブスクリプションキー |
| いいえ | RapidAPIホスト(デフォルトは |
| いいえ | リクエストのタイムアウト時間(ミリ秒、デフォルト: 30000) |
対応している引用スタイル
Scholar Sidekickは、学術出版で使用される主要な形式を含む 10,000種類以上のCSLスタイル をサポートしています:
スタイル | キーワード |
Vancouver |
|
APA (第7版) |
|
AMA |
|
IEEE |
|
CSE |
|
Chicago (著者-日付) |
|
Harvard |
|
MLA |
|
Turabian |
|
Nature |
|
BMJ |
|
Lancet |
|
CSLスタイルID はすべて style パラメータとして渡すことができます。
使用例
接続後、AIアシスタントに以下のように尋ねてください:
"Format 10.1056/NEJMoa2033700 in Vancouver style"
"Resolve PMID:30049270 and export as BibTeX"
"Format these as APA: 10.1056/NEJMoa2033700, PMID:30049270, ISBN:9780192854087"
"Give me a Chicago citation for arXiv:2301.08745"
対応している識別子
DOI (例:
10.1056/NEJMoa2033700)PubMed ID (例:
PMID:30049270)PubMed Central ID (例:
PMC7793608)ISBN (例:
ISBN:9780192854087)arXiv ID (例:
2301.08745)ISSN および eISSN
NASA ADS bibcode
WHO IRIS URL
REST API
MCPクライアント以外からプログラムでアクセスする場合、Scholar Sidekickは RapidAPI 上でREST APIとしても利用可能です。同じRapidAPIキーが両方で使用できます。
開発
npm install
npm run build # Bundle to dist/mcp-server.mjs
npm test # Run tests
npm run typecheckライセンス
MIT
Maintenance
Related MCP Servers
- AlicenseCqualityCmaintenanceSemantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.16163MIT
- AlicenseBqualityDmaintenanceRetrieve citation data effortlessly from CiteAs and Google Scholar. Get BibTeX-formatted citations for your resources with just a few commands. Enhance your research workflow by integrating citation retrieval directly into your applications.214MIT
- Alicense-qualityDmaintenanceConverts Digital Object Identifiers (DOIs) to BibTeX format using the official DOI content negotiation API, enabling users to quickly generate bibliography entries for academic papers.MIT
- Alicense-qualityDmaintenanceSearches academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex concurrently and generates BibTeX citations.10MIT
Related MCP Connectors
Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.
Citable retrieval across papers, books, patents, Wikipedia, and live social sources.
OpenCitations COCI — open-license citation index by DOI
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mlava/scholar-sidekick-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server