# Google Scholar MCP Server

Enable AI assistants to search and access Google Scholar papers through a simple interface. Retrieve paper metadata, author information, and facilitate academic research efficiently. Enhance your AI'…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add JackKuo666/google-scholar-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list JackKuo666/google-scholar-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JackKuo666/google-scholar-mcp-server search_google_scholar_key_words

# Call a tool
npx -y @smithery/cli@latest tool call JackKuo666/google-scholar-mcp-server search_google_scholar_key_words '{}'
```

## Direct MCP Connection

Endpoint: `https://google-scholar-mcp-server--jackkuo666.run.tools`

## Tools (3)

- `search_google_scholar_key_words`
- `search_google_scholar_advanced`
- `get_author_info`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JackKuo666/google-scholar-mcp-server <tool-name>
```

---

Source: https://github.com/JackKuo666/Google-Scholar-MCP-Server
