MCP.so
Sign In

Notebooklm Mcp Agent

@oaslananka

About Notebooklm Mcp Agent

Python MCP agent for NotebookLM-oriented workflows, document orchestration, knowledge extraction, and local automation experiments.

Basic information

License

MIT

Runtime

python

Publisher

oaslananka

Submitted by

Osman Aslan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "notebooklm-mcp-agent": {
      "command": "python",
      "args": [
        "-m",
        "pip",
        "install",
        "notebooklm-mcp-agent"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Notebooklm Mcp Agent?

Python MCP agent for NotebookLM-oriented workflows, document orchestration, knowledge extraction, and local automation experiments.

How to use Notebooklm Mcp Agent?

The README includes setup instructions such as python -m pip install notebooklm-mcp-agent.

Key features of Notebooklm Mcp Agent

  • Stdio clients launch notebooklm-agent stdio
  • Streamable HTTP clients connect to NOTEBOOKLM_MCP_BASE_URL plus NOTEBOOKLM_MCP_HTTP_PATH
  • OpenAPI clients use /openapi.json
  • none: allowed only for stdio or loopback HTTP
  • bearer: requires Authorization: Bearer and NOTEBOOKLM_MCP_BEARER_TOKEN

Use cases of Notebooklm Mcp Agent

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Notebooklm Mcp Agent

Where is the source code for Notebooklm Mcp Agent?

The source code is linked from the repository URL on this page.

Does Notebooklm Mcp Agent include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers