Skip to main content

Overview

MeetGeek offers two MCP server options. Both expose the same set of tools and meeting data — the difference is in how they run and how they authenticate.
The Local MCP server runs as a process on your own machine. Your MCP client (e.g. Claude Desktop, Cursor) spawns it on demand and communicates over stdio.Choose Local MCP if you:
  • Are a developer or technical user comfortable with Node.js
  • Want full control over the server process and its environment
  • Are using a desktop MCP client like Claude Desktop or Cursor
  • Prefer to authenticate with an API key rather than OAuth
Transportstdio
InstallationNode.js package on your machine
AuthenticationAPI key
UpdatesManual (npm update)
Supported clientsClaude Desktop, Cursor, any stdio MCP client
Get started with Local MCP →