# Google Scholar Search Server

Provide academic paper search capabilities by querying Google Scholar through a standardized MCP interface. Enable real-time streaming of search results and support multi-session interactions for sea…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mochow13/google-scholar-mcp search_google_scholar

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

## Direct MCP Connection

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

## Tools (1)

- `search_google_scholar` — Search Google Scholar for academic papers and research articles. Supports filtering by author, publication year range, …

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

---

Source: https://github.com/mochow13/google-scholar-mcp
