gong.com
gong.com logo

Gong

Integrates with Gong's API to access call recordings and transcripts, enabling analysis of sales conversations and custo...

Created byApr 23, 2025

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

  1. Clone the repository
  1. Install dependencies: ```bash npm install ```
  1. Build the project: ```bash npm run build ```

Docker

Build the container:

Configuring Claude

  1. Open Claude Desktop settings
  1. Navigate to the MCP Servers section
  1. Add a new server with the following configuration:
  1. 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

  1. Fork the repository
  1. Create your feature branch (`git checkout -b feature/amazing-feature`)
  1. Commit your changes (`git commit -m 'Add some amazing feature'`)
  1. Push to the branch (`git push origin feature/amazing-feature`)
  1. Open a Pull Request