granola-mcp
Verified Safeby twanlass
Overview
Provides tools for AI agents (like Claude) to access Granola meeting transcripts and AI-generated notes.
Installation
node /path/to/granola-mcp/dist/index.jsSecurity Notes
The server loads credentials (WorkOS access token) from the local Granola desktop app's configuration file (~/Library/Application Support/Granola/supabase.json), rather than requiring them as environment variables or hardcoding them. This approach relies on the Granola app's security for credential storage. Input validation for tools is performed using Zod. API calls are made over HTTPS, and errors are handled. There are no indications of 'eval', code obfuscation, or other overtly malicious patterns. The User-Agent is hardcoded but not a secret.
Similar Servers
granola-ai-mcp-server
Provides an interface for AI agents (like Claude Desktop) to query and analyze local Granola.ai meeting data.
groq-mcp-server
Provides a Model Context Protocol (MCP) server to access Groq's AI capabilities, including ultra-fast LLM chat, vision, text-to-speech, speech-to-text, agentic tooling, and batch processing, from clients like Claude Desktop and Cursor.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.
bear-notes-mcp
This server connects Claude Desktop to Bear notes, enabling natural language querying and management of notes through a hybrid sync-safe approach.