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 (7th ed.) |
|
AMA |
|
IEEE |
|
CSE |
|
Chicago (author-date) |
|
Harvard |
|
MLA |
|
Turabian |
|
Nature |
|
BMJ |
|
Lancet |
|
모든 CSL 스타일 ID를 style 매개변수로 전달할 수 있습니다.
사용 예시
연결 후 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
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