{
  "manifest_version": "0.2",
  "name": "notebooklm-mcp",
  "display_name": "NotebookLM MCP Server",
  "version": "0.8.4",
  "description": "Connect Claude to Google NotebookLM. Create podcasts, research topics, generate quizzes, flashcards, mind maps, and more from your notebooks.",
  "long_description": "This extension connects Claude Desktop to Google NotebookLM via the Model Context Protocol. It provides 39 tools for managing notebooks, sources, labels, research, sharing, and generated content.\n\n**Prerequisites:**\n1. Install the package: `pip install notebooklm-mcp-cli` or `uv tool install notebooklm-mcp-cli`\n2. Authenticate: Run `nlm login` to set up your Google account\n\n**Features:**\n- Create and manage notebooks\n- Add sources (URLs, YouTube, Google Drive, text, files)\n- Generate podcasts (Audio Overview)\n- Create quizzes, flashcards, mind maps, reports\n- Research topics with web or Drive search",
  "author": {
    "name": "Jacob Ben-David",
    "email": "mail4j@duck.com",
    "url": "https://github.com/jacob-bd"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jacob-bd/notebooklm-mcp-cli"
  },
  "homepage": "https://github.com/jacob-bd/notebooklm-mcp-cli",
  "documentation": "https://github.com/jacob-bd/notebooklm-mcp-cli#readme",
  "support": "https://github.com/jacob-bd/notebooklm-mcp-cli/",
  "server": {
    "type": "python",
    "entry_point": "run_server.py",
    "mcp_config": {
      "command": "python3",
      "args": [
        "${__dirname}/run_server.py"
      ],
      "env": {}
    }
  },
  "tools": [
    {
      "name": "notebook_create",
      "description": "Create a new notebook"
    },
    {
      "name": "notebook_list",
      "description": "List all notebooks"
    },
    {
      "name": "notebook_query",
      "description": "Query notebook sources with AI"
    },
    {
      "name": "source_add",
      "description": "Add sources (URL, text, Drive, file)"
    },
    {
      "name": "studio_create",
      "description": "Generate audio, video, reports, quizzes, etc."
    },
    {
      "name": "research_start",
      "description": "Research topics via web or Drive"
    }
  ],
  "tools_generated": true,
  "keywords": [
    "notebooklm",
    "google",
    "podcast",
    "research",
    "notebook",
    "ai",
    "education"
  ],
  "license": "MIT",
  "compatibility": {
    "claude_desktop": ">=0.10.0",
    "platforms": [
      "darwin",
      "win32",
      "linux"
    ],
    "runtimes": {
      "python": ">=3.11"
    }
  }
}
