> ## Documentation Index
> Fetch the complete documentation index at: https://docs.meetgeek.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Connect your AI assistant to MeetGeek meeting data with MCP.

## What is MeetGeek MCP?

MeetGeek MCP (Model Context Protocol) is a standardized interface that lets AI assistants — such as ChatGPT, Claude, and other MCP-compatible clients — access your meeting data directly.

Instead of switching between your AI tool and the MeetGeek app, you can ask questions and trigger actions from within the assistant's chat interface:

* "Summarize my last meeting with the Acme team."
* "What action items came out of yesterday's standup?"
* "Upload this recording and analyze it in English."

MeetGeek MCP exposes a set of tools that the AI can call on your behalf. All data is fetched in real time from your MeetGeek workspace.

## Two ways to connect

MeetGeek MCP comes in two flavors depending on your use case:

|                  | [Local MCP](/mcp/local-mcp/introduction) | [Cloud MCP](/mcp/cloud-mcp/introduction) |
| ---------------- | ---------------------------------------- | ---------------------------------------- |
| **Transport**    | stdio (local process)                    | HTTP Streamable                          |
| **Installation** | Node.js package on your machine          | Nothing to install                       |
| **Auth**         | API key                                  | OAuth via auth.meetgeek.ai               |
| **Best for**     | Developers, power users                  | Everyone                                 |

Not sure which to pick? See [Local vs Cloud](/mcp/getting-started/local-vs-cloud).
