granola-ai-mcp-server
Verified Safeby proofgeist
Overview
An experimental Model Context Protocol (MCP) server that integrates Granola.ai meeting intelligence with Claude Desktop, using Granola's local cache for read-only access to meeting data.
Installation
uv run granola-mcp-serverEnvironment Variables
- GRANOLA_PARSE_PANELS
Security Notes
The server is explicitly designed for 100% local, read-only processing of the Granola.ai cache file. No external API calls are made, and no hardcoded secrets or network listening on public interfaces are apparent. Input parsing relies on standard JSON and Pydantic validation, minimizing code injection risks. The primary security consideration is the integrity of the local `cache-v3.json` file, as a malformed cache could potentially lead to local resource exhaustion or parsing errors, but not remote code execution.
Similar Servers
mcp-node
Enables natural language interactions with Algolia search, analytics, and monitoring data via the Model Context Protocol (MCP) and Claude Desktop.
deepl-mcp-server
Provides translation and rephrasing capabilities using the DeepL API, integrated as a Model Context Protocol (MCP) server for AI clients.
gsd-task-manager
Facilitates natural language interaction with the GSD Task Manager, allowing AI agents (like Claude Desktop) to manage tasks by calling structured tools on the user's encrypted data.
markitdown-mcp
A Model Context Protocol (MCP) server for converting 29+ file formats (e.g., PDF, Office, images, audio) to clean, structured Markdown, designed for integration with AI workflows and MCP clients like Claude Desktop.