Does Granola have an MCP server?
Granola maintains an official MCP server.
All plans get access; Basic is limited to 30 days of history and no transcripts.
- Access
- Remote server
- Endpoint
- https://mcp.granola.ai/mcp
- Category
- Workplace & Productivity
A remote server run by Granola itself — nothing to install. Documented at www.granola.ai.
Programmatic, CLI, and MCP access to Granola.ai data.
Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
Add it from the terminal, then restart your session:
claude mcp add --transport http granola https://mcp.granola.ai/mcpAdd --scope user to make it available in every project.
- Open Settings → Connectors
- Click Add custom connector
- Paste
https://mcp.granola.ai/mcp - Finish the sign-in prompt, then enable it in the chat's tools menu
Add to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for
every project:
{
"mcpServers": {
"granola": {
"url": "https://mcp.granola.ai/mcp"
}
}
}A green dot in Settings → MCP means it connected.
Add to .vscode/mcp.json:
{
"servers": {
"granola": {
"type": "http",
"url": "https://mcp.granola.ai/mcp"
}
}
}Then pick the server from the tools menu in Copilot's agent mode.
- Enable Developer mode under Settings → Apps & Connectors → Advanced
- Choose Create and paste
https://mcp.granola.ai/mcp - Complete sign-in, then enable the connector in a new chat
Does Granola have an official MCP server?
Yes. Granola maintains an official MCP server, hosted at https://mcp.granola.ai/mcp.
How do I connect Granola to Claude?
Add https://mcp.granola.ai/mcp as a custom connector under Settings → Connectors in Claude Desktop or claude.ai, or run "claude mcp add --transport http granola https://mcp.granola.ai/mcp" in Claude Code.
Do I need to install anything to use the Granola MCP server?
No. It is a remote server hosted by Granola, so your MCP client connects to it over HTTP. You authenticate with the vendor rather than installing a package.
How is this verdict verified?
Granola announced its official hosted MCP at mcp.granola.ai (browser OAuth) on its blog in Feb 2026. GitHub metadata is refreshed every six hours.
Granola announced its official hosted MCP at mcp.granola.ai (browser OAuth) on its blog in Feb 2026.
- github data refreshed 2026-08-11, then every 6 hours
- vendor docs verified on 2026-08-10
Spotted something out of date? Tell us — corrections ship same-day.