Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"MeetGeek": {
"env": {
"MEETGEEK_API_KEY": "your_meetgeek_api_key_here",
"MEETGEEK_BASE_URL": "https://api.meetgeek.ai"
},
"args": [
"/absolute/path/to/your/meetgeek-mcp-server/dist/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This open source MCP implementation lets AI tools such as Claude or Cursor access your MeetGeek meetings. Get meeting transcripts, insights, and analytics through a simple interface. Check the docs below or refer to our user guide. If you're looking for the MeetGeek public MCP implementation please check this guide instead
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'nodemon' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked nodemon against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Persistent memory using a knowledge graph
MCP server for monday.com integration.
MCP Security Weekly
Get CVE alerts and security updates for Meetgeek Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🚀 Self-hosted open source MeetGeek MCP
This open source MCP implementation lets AI tools such as Claude or Cursor access your MeetGeek meetings. Get meeting transcripts, insights, and analytics through a simple interface.
Check the docs below or refer to our user guide.
If you're looking for the MeetGeek public MCP implementation please check this guide instead
This MCP server runs locally using Node.js. Follow these steps to set up and configure it with your MCP client.
Clone or download this repository:
git clone <repository-url>
cd meetgeek-mcp-server
Install dependencies:
npm install
Build the server:
npm run build
Update your MCP client's configuration file to include the MeetGeek server.
Update your claude_desktop_config.json file (typically located in ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"MeetGeek": {
"command": "node",
"args": ["/absolute/path/to/your/meetgeek-mcp-server/dist/index.js"],
"env": {
"MEETGEEK_API_KEY": "your_meetgeek_api_key_here",
"MEETGEEK_BASE_URL": "https://api.meetgeek.ai"
}
}
}
}
Refer to your specific MCP client's documentation for configuration details. The general pattern is:
{
"mcpServers": {
"MeetGeek": {
"command": "node",
"args": ["/absolute/path/to/MeetGeek-mcp-server/dist/index.js"],
"env": {
"MEETGEEK_API_KEY": "your_meetgeek_api_key_here",
"MEETGEEK_BASE_URL": "https://api.meetgeek.ai"
}
}
}
}
Important: Replace /absolute/path/to/your/meetgeek-mcp-server/ with the actual absolute path to your server file and your_meetgeek_api_key_here with your actual MeetGeek API key.
Once configured and your MCP client is restarted, you can use the following capabilities:
meetgeek:meetings - List all meetings with optional paginationmeetgeek:meetingDetails - Get detailed information about a specific meetingmeetgeek:transcript - Retrieve the full transcript of a meetingmeetgeek:highlights - Get AI-generated highlights and key momentsmeetgeek:summary - Access meeting summaries and action itemsmeetgeek:teamMeetings - List meetings for a specifi