MeetGeek MCP Server
Enables AI tools to access and manage MeetGeek meetings, including transcripts, highlights, summaries, and recording uploads.
README
Official MCP Server for MeetGeek API
🚀 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.<br><br> Check the docs below or refer to our user guide. <br> If you're looking for the MeetGeek public MCP implementation please check this guide instead
Features
- List Meetings: Retrieve all meetings with pagination support
- Get Meeting Details: Fetch comprehensive metadata for any specific meeting
- Get Meeting Transcripts: Access full transcriptions with speaker identification and timestamps
- Get Meeting Highlights: Retrieve AI-generated key moments and insights
- Get Meeting Summaries: Access AI-powered meeting summaries and action items
- Team Meetings: Retrieve meetings for specific teams with filtering capabilities
- Upload Recordings: Import meeting recordings directly via download URLs
Prerequisites
- MeetGeek Account: A valid MeetGeek account with API access
- MeetGeek API Key: You need an API key from your MeetGeek account settings
- Node.js & npm: Node.js (v14 or higher) and npm installed on your system
- MCP-Compatible Client: An MCP client like Claude Desktop, Cursor, or similar
Installation and Configuration
This MCP server runs locally using Node.js. Follow these steps to set up and configure it with your MCP client.
Local Installation
-
Clone or download this repository:
git clone <repository-url> cd meetgeek-mcp-server -
Install dependencies:
npm install -
Build the server:
npm run build
Configure Your MCP Client
Update your MCP client's configuration file to include the MeetGeek server.
For Claude Desktop
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"
}
}
}
}
For Other MCP Clients
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.
Getting Your MeetGeek API Key
- Log in to your MeetGeek account
- Navigate to Integrations
- Look for Public API Integration
- Generate a new API key if you don't have one
- Copy the API key for use in your configuration
Usage
Once configured and your MCP client is restarted, you can use the following capabilities:
Available Functions
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 specific teammeetgeek:uploadRecording- Upload a recording via download URL
Example Usage
Ask your AI assistant questions like:
- "Show me my recent meetings from MeetGeek"
- "Get the transcript for meeting ID abc123"
- "What were the key highlights from yesterday's team meeting?"
- "Summarize the main action items from our project meeting"
- "Upload this recording to MeetGeek: [URL]"
Development
Local Development Setup
-
Install development dependencies (if not already installed):
npm install --save-dev nodemon -
Run in development mode:
npm run devor if you don't have dev script configured:
npx nodemon index.js
Testing the Server
You can test the server directly by running it from the command line:
node index.js
The server should start and be ready to accept MCP protocol messages.
Troubleshooting
Common Issues
- Server not connecting: Ensure the absolute path in your MCP client configuration is correct
- API key errors: Verify your MeetGeek API key is valid and has the necessary permissions
- Permission denied: Make sure the
index.jsfile is executable (chmod +x index.js) - Module not found: Ensure all dependencies are installed (
npm install)
Debugging
- Check server logs: Run the server directly to see error messages and logs
- Verify configuration: Double-check your MCP client configuration file syntax
- Test API key: Verify your API key works by making direct API calls to MeetGeek
- Client logs: Check your MCP client's logs for connection and error information
Restarting After Changes
Important: After making any changes to the server code or configuration, you must restart your MCP client for the changes to take effect.
API Reference
This server implements the following MeetGeek API endpoints through MCP functions:
| Function | Description | Parameters |
|---|---|---|
meetings |
List meetings | cursor (optional), limit (optional) |
meetingDetails |
Get meeting metadata | meetingId (required) |
transcript |
Get meeting transcript | meetingId (required), cursor (optional), limit (optional) |
highlights |
Get meeting highlights | meetingId (required) |
summary |
Get meeting summary | meetingId (required) |
teamMeetings |
List team meetings | teamId (required), cursor (optional), limit (optional) |
uploadRecording |
Upload recording | download_url (required), language_code (required), template_name (optional) |
Learn More
- MeetGeek Website
- MeetGeek API Documentation
- Model Context Protocol (MCP) Specification
- Claude Desktop MCP Setup Guide
Support
For issues related to:
- MCP Server: Check the troubleshooting section above or create an issue in this repository
- MeetGeek API: Contact MeetGeek support
- MCP Protocol: Refer to the official MCP documentation
License
This project is provided as-is for integration with MeetGeek's API through the Model Context Protocol.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
