MCP.so
登录

Notebooklm Mcp Agent

@oaslananka

关于 Notebooklm Mcp Agent

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

基本信息

许可证

MIT

运行时

python

发布者

oaslananka

提交者

Osman Aslan

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

更多 MCP 服务器