Google PageRank for AI agents. 25,000+ tools indexed.

notebooklm-mcp MCP Server

Jindongleee/notebooklm-mcp

Score: 54.4 Rank #39 Browser Automation
Are you the maintainer of Jindongleee/notebooklm-mcp? Claim this listing →

MCP server for Google NotebookLM via Playwright browser automation

Add AgentRank to Claude Code Discover and compare tools like Jindongleee/notebooklm-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

Jindongleee/notebooklm-mcp is a Python MCP server. MCP server for Google NotebookLM via Playwright browser automation

Ranked #39 out of 124 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python No license 1,354 pypi/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads 13% 1,354/wk

1,354 weekly installs → gaining traction

Forks 0
Description Good
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for Jindongleee/notebooklm-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/Jindongleee--notebooklm-mcp)](https://agentrank-ai.com/tool/Jindongleee--notebooklm-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/Jindongleee--notebooklm-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/Jindongleee--notebooklm-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="Jindongleee/notebooklm-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# notebooklm-mcp

Claude Code에서 Google NotebookLM을 제어하는 MCP 서버.

Playwright 브라우저 자동화로 NotebookLM 웹 UI를 조작합니다 (공식 API 없음).

**지원 플랫폼:** macOS

## 최초 설정 (1회)

### 1. Playwright Chromium 설치

```bash
uvx --from notebooklm-mcp playwright install chromium
```

### 2. 전용 Chrome 프로필 생성 및 로그인

```bash
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
  --user-data-dir="$HOME/Library/Application Support/Google/Chrome/NotebookLM"
```

Chrome이 열리면 `https://notebooklm.google.com` 에서 Google 로그인.

> ⚠️ 기존 Chrome Default 프로필 사용 금지. 프로필 손상 위험이 있습니다.

## Claude settings.json 설정

```json
{
  "mcpServers": {
    "notebooklm": {
      "command": "uvx",
      "args": ["notebooklm-mcp"],
      "env": {
        "CHROME_PROFILE_PATH": "/Users/<your-username>/Library/Application Support/Google/Chrome/NotebookLM"
      }
    }
  }
}
```

## 사용 예시

```
# 노트북 목록 조회
"NotebookLM 노트북 목록 보여줘"

# 논문 처리 요청
"notebooklm-test 노트북에 /Users/eddy/Documents/Obsidian Vault/papers/attention.pdf 올려줘"

# 가이드 조회
"atte
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.