mcp-server-chart vs notebooklm-mcp-secure
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | notebooklm-mcp-secure by Pantheon-Security | |
|---|---|---|
| Stars | ★ 4,068 | ★ 63 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsSecurityProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
notebooklm-mcp-secure · Summary
Enterprise-grade MCP server for Google NotebookLM with 17 security layers and advanced features like Gemini Deep Research.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
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
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}notebooklm-mcp-secure · Install
Installation
Quick Install (via Claude Desktop CLI)
claude mcp add notebooklm -- npx @pan-sec/notebooklm-mcp@latestManual Installation
npm install -g @pan-sec/notebooklm-mcpClaude 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_authFollow browser-based authentication flow to complete setup.