Skip to main content
Glama
ZhaoXiTurtle

baidu-scholar-mcp

by ZhaoXiTurtle

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BAIDU_SCHOLAR_VERBOSENoSet to '1' to enable verbose logging to stderr for debugging.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersA

按论文标题搜索百度学术(支持部分标题/关键词),返回候选论文列表,含 paperid、标题、作者及机构、年份、期刊、被引、来源链接(知网/万方/维普等)和截断摘要。典型流程:先 search_papers 拿候选列表,自行挑选最匹配的一篇,再调 get_paper_detail 取完整详情。

get_paper_detailA

按 paperid 返回论文完整详情:完整摘要、关键词、作者、期刊(卷/期/页码/ISSN/CN)、被引、DOI、基金、阅读量、研究领域,以及知网/万方/维普等全部外部全文链接。paperid 来自 search_papers 返回结果。

get_paper_citationsA

按 paperid 返回该论文的参考文献(cite_type=reference)或引证文献(cite_type=citation)列表,字段同搜索结果。论文本身无引文数据时会返回业务错误。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources