Skip to main content

Prerequisites

  • Node.js 18 or later
  • A MeetGeek account with a Public API key (get one here)
  • An MCP-compatible client (e.g. Claude Desktop, Cursor)

Installation

Install the MeetGeek MCP server globally via npm:
npm install -g @meetgeek/mcp-server

Configure your MCP client

Add the following entry to your MCP client’s configuration file.
Edit the following file based on your operating system:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Ensure the file contains the following configuration:
{
  "mcpServers": {
    "meetgeek": {
      "command": "meetgeek-mcp",
      "env": {
        "MEETGEEK_API_KEY": "your_api_key_here"
      }
    }
  }
}

Verify the connection

Restart your MCP client. The MeetGeek tools should appear in the available tools list. You can test by asking your AI assistant:
“List my recent MeetGeek meetings”