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.- Local MCP
- Cloud MCP
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:
Get started with Local MCP →
- 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
| Transport | stdio |
| Installation | Node.js package on your machine |
| Authentication | API key |
| Updates | Manual (npm update) |
| Supported clients | Claude Desktop, Cursor, any stdio MCP client |