> ## 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

> Run MeetGeek MCP locally on your machine.

## Overview

The MeetGeek Local MCP server runs on your machine and connects MCP-compatible clients, such as Claude Desktop, Cursor, or other AI tools, directly to your MeetGeek meeting data.

It communicates over **stdio** (standard input/output), meaning no ports are opened and no network exposure is required. The server process is started by the MCP client on demand.

With the Local MCP server you can:

* Query transcripts, summaries, and highlights from your meetings
* Ask questions about past meetings using natural language
* Automate workflows that rely on meeting context
* Keep all data processing local to your environment

<Note>
  The Local MCP server requires Node.js 18+ installed on your machine.
</Note>

## Next steps

* [Setup](/mcp/local-mcp/setup) — install and configure the local server
* [Authentication](/mcp/local-mcp/authentication) — connect your MeetGeek API key
* [Tools](/mcp/local-mcp/tools) — available tools and example queries
