Content
# MCP Scholar
A Google Scholar search and analysis service based on the MCP protocol.
## Features
- Google Scholar paper search: Search for relevant papers based on keywords and sort by citation count.
- Scholar profile analysis: Analyze Google Scholar personal profiles and extract the most cited papers.
- Supports integration with all MCP-compatible clients.
- Supports integration with Cherry Studio: Can be used as a plugin within Cherry Studio.
## Installation
### Starting the Server
```bash
# Method 1: Start using uvx
uvx mcp-scholar
# Method 2: Clone the repository and start using uv run
uv --directory path\to\mcp_scholar run mcp-scholar
```
### Using in Cherry Studio
- "Refer to the official tutorial: https://vaayne.com/posts/2025/mcp-guide"
## Example Usage
In Cherry Studio, you can use the following prompts:
- "Summarize 5 papers on artificial intelligence."
- "Analyze the scholar profile https://scholar.google.com/citations?user=xxxxxx for the top 10 highly cited papers."
## Development Notes
This project is developed using the MCP protocol and implemented based on the Python SDK. For more details, please refer to [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk).
## License
MIT
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
chrome-devtools-mcp
Chrome DevTools for coding agents