MCP.so
登录
M

Mcp Scholar

@renyumeng1

关于 Mcp Scholar

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

renyumeng1

提交者

雨蒙 任

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-scholar": {
      "command": "uvx",
      "args": [
        "mcp-scholar"
      ],
      "env": {
        "OPENALEX_EMAIL": "[email protected]"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Scholar?

Mcp Scholar is an MCP (Model Context Protocol) server that provides Google Scholar search and analysis services. It enables users to search for academic papers by keyword, sorted by citation count, and analyze researcher profiles to extract highly cited papers. The server is designed for researchers, students, and anyone needing quick access to scholarly data through MCP-compatible clients.

How to use Mcp Scholar?

Start the server using uvx mcp-scholar or by cloning the repository and running uv --directory <path> run mcp-scholar. Once running, it can be integrated with any MCP client, including Cherry Studio, where you can use prompts like "Summarize 5 papers about artificial intelligence" or "Analyze the top 10 highly cited papers from the profile https://scholar.google.com/citations?user=xxxxxx".

Key features of Mcp Scholar

  • Google Scholar paper search by keyword with citation sorting.
  • Scholar profile analysis to extract top cited papers.
  • Compatible with all MCP-supporting clients.
  • Integrates as a plugin in Cherry Studio.
  • Built with the MCP Python SDK.
  • Lightweight command-line startup via uv.

Use cases of Mcp Scholar

  • Quickly discover highly cited papers on any research topic.
  • Analyze a researcher’s Google Scholar profile for impact.
  • Integrate academic search into AI-powered workflows (e.g., chatbots).
  • Automate literature surveys within MCP client environments like Cherry Studio.

FAQ from Mcp Scholar

How do I start the server?

Use uvx mcp-scholar directly, or clone the repository and run uv --directory <path> run mcp-scholar.

Can I use Mcp Scholar with Cherry Studio?

Yes, it integrates as a plugin in Cherry Studio; see the official Cherry Studio MCP guide for setup.

What data does Mcp Scholar search?

It searches Google Scholar papers and scholar profile pages, returning results sorted by citation count.

评论

其他 分类下的更多 MCP 服务器