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 (7th ed.)

apa

AMA

ama

IEEE

ieee

CSE

cse

Chicago (author-date)

chicago-author-date

Harvard

harvard-cite-them-right

MLA

modern-language-association

Turabian

turabian-fullnote-bibliography

Nature

nature

BMJ

bmj

Lancet

the-lancet

모든 CSL 스타일 IDstyle 매개변수로 전달할 수 있습니다.

사용 예시

연결 후 AI 어시스턴트에게 다음과 같이 요청하세요:

  • "10.1056/NEJMoa2033700을 Vancouver 스타일로 포맷해줘"

  • "PMID:30049270을 확인하고 BibTeX으로 내보내줘"

  • "다음 식별자들을 APA 스타일로 포맷해줘: 10.1056/NEJMoa2033700, PMID:30049270, ISBN:9780192854087"

  • "arXiv:2301.08745에 대한 Chicago 스타일 인용문을 알려줘"

지원되는 식별자

  • DOI (예: 10.1056/NEJMoa2033700)

  • PubMed ID (예: PMID:30049270)

  • PubMed Central ID (예: PMC7793608)

  • ISBN (예: ISBN:9780192854087)

  • arXiv ID (예: 2301.08745)

  • ISSN 및 eISSN

  • NASA ADS bibcodes

  • 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