MCP.so
Sign In
M

Mcp Scholar

@renyumeng1

About Mcp Scholar

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

renyumeng1

Submitted by

雨蒙 任

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers