Skip to main content
Glama
mlava

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キーの取得

  1. RapidAPIのScholar Sidekick に登録します(無料枠あり)

  2. 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@latest

Cursor / 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_KEY

はい

RapidAPIのサブスクリプションキー

RAPIDAPI_HOST

いいえ

RapidAPIホスト(デフォルトは scholar-sidekick.p.rapidapi.com

SCHOLAR_SIDEKICK_TIMEOUT_MS

いいえ

リクエストのタイムアウト時間(ミリ秒、デフォルト: 30000)

対応している引用スタイル

Scholar Sidekickは、学術出版で使用される主要な形式を含む 10,000種類以上のCSLスタイル をサポートしています:

スタイル

キーワード

Vancouver

vancouver

APA (第7版)

apa

AMA

ama

IEEE

ieee

CSE

cse

Chicago (著者-日付)

chicago-author-date

Harvard

harvard-cite-them-right

MLA

modern-language-association

Turabian

turabian-fullnote-bibliography

Nature

nature

BMJ

bmj

Lancet

the-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

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
6dRelease cycle
16Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Retrieve 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.
    2
    14
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Searches academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex concurrently and generates BibTeX citations.
    10
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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