Skip to main content
Glama
mlava

Scholar Sidekick

Scholar Sidekick MCP 服务器

MCP 服务器,用于 Scholar Sidekick —— 从任何 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 也作为 REST API 在 RapidAPI 上提供。您的同一个 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