The Gong MCP Server provides a standardized interface for interacting with Gong's API to:
- List Gong calls with optional date range filtering, retrieving details like ID, title, start/end times, participants, and duration
- Retrieve detailed transcripts for specific call IDs, including speaker IDs, topics, and timestamped sentences
- Securely authenticate using Gong's API credentials (Access Key and Secret)
- Integrate easily with Claude via the Model Context Protocol (MCP) standard
Gong MCP Server
A Model Context Protocol (MCP) server that provides access to Gong's API for retrieving call recordings and transcripts. This server allows Claude to interact with Gong data through a standardized interface.
Features
- List Gong calls with optional date range filtering
- Retrieve detailed transcripts for specific calls
- Secure authentication using Gong's API credentials
- Standardized MCP interface for easy integration with Claude
Prerequisites
- Node.js 18 or higher
- Docker (optional, for containerized deployment)
- Gong API credentials (Access Key and Secret)
Installation
Local Development
- Clone the repository
- Install dependencies:
- Build the project:
Docker
Build the container:
Configuring Claude
- Open Claude Desktop settings
- Navigate to the MCP Servers section
- Add a new server with the following configuration:
- Replace the placeholder credentials with your actual Gong API credentials from your
.env
file
Available Tools
List Calls
Retrieves a list of Gong calls with optional date range filtering.
Retrieve Transcripts
Retrieves detailed transcripts for specified call IDs.
License
MIT License - see LICENSE file for details
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that allows Claude to access Gong's API for retrieving call recordings and transcripts through a standardized interface.
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.Last updated -Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Google Cloud Platform environments through natural language, allowing users to query and manage GCP resources during conversations.Last updated -910262TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.Last updated -16015TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.Last updated -Python