MCP Catalogs
Home

everything vs notebooklm-mcp-secure

Side-by-side comparison to help you pick between these two MCP servers.

everything
by modelcontextprotocol
notebooklm-mcp-secure
by Pantheon-Security
Stars★ 85,748★ 63
30d uses
Score7748
Official
Categories
Developer ToolsAI / LLM ToolsOther
AI / LLM ToolsSecurityProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

everything · Summary

Official MCP test server exercising all protocol features for client builders.

notebooklm-mcp-secure · Summary

Enterprise-grade MCP server for Google NotebookLM with 17 security layers and advanced features like Gemini Deep Research.

everything · Use cases

  • Testing MCP client implementations against all protocol features
  • Learning MCP protocol capabilities through a reference server
  • Validating client compatibility with different transport methods

notebooklm-mcp-secure · Use cases

  • Enterprise knowledge management teams securely querying NotebookLM documents from AI assistants
  • Researchers creating video overviews and data tables from NotebookLM content programmatically
  • Security-conscious organizations integrating NotebookLM with AI agents while maintaining compliance

everything · Install

NPX (recommended)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

On Windows, use cmd /c:

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

Global install

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

notebooklm-mcp-secure · Install

Installation

Quick Install (via Claude Desktop CLI)

claude mcp add notebooklm -- npx @pan-sec/notebooklm-mcp@latest

Manual Installation

npm install -g @pan-sec/notebooklm-mcp

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "notebooklm": {
      "command": "npx",
      "args": ["@pan-sec/notebooklm-mcp@latest"]
    }
  }
}

Authentication

Run authentication setup:

npx @pan-sec/notebooklm-mcp setup_auth

Follow browser-based authentication flow to complete setup.

Comparison generated from public README + GitHub signals. Last updated automatically.