Gong MCP Server
@kenazk
About Gong MCP Server
Simple Gong MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gong-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"gong-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Gong MCP Server?
A Model Context Protocol (MCP) server that provides access to Gong’s API for retrieving call recordings and transcripts, allowing Claude to interact with Gong data through a standardized interface.
How to use Gong MCP Server?
Install prerequisites (Node.js 18 or higher, optional Docker), clone the repository, run npm install and npm run build. Optionally build a Docker image with docker build -t gong-mcp .. Configure Claude Desktop by adding a new MCP server with the Docker run command and environment variables GONG_ACCESS_KEY and GONG_ACCESS_SECRET set to your Gong API credentials.
Key features of Gong MCP Server
- List Gong calls with optional date range filtering
- Retrieve detailed transcripts for specific call IDs
- Secure authentication using Gong API credentials
- Standardized MCP interface for Claude integration
- Supports Docker for containerized deployment
Use cases of Gong MCP Server
- Retrieve a filtered list of Gong calls by date range
- Obtain full transcripts including speaker IDs and timestamped sentences
- Integrate Gong call data into conversations with Claude
- Analyze call details such as duration and participants
FAQ from Gong MCP Server
What are the prerequisites to use Gong MCP Server?
You need Node.js 18 or higher for local development, and Docker (optional) for containerized deployment. You also need Gong API credentials (Access Key and Secret).
How do I configure Gong MCP Server with Claude Desktop?
In Claude Desktop settings, add a new MCP server using the provided JSON configuration that runs the Docker container with your Gong API credentials set in the environment variables.
Can I run Gong MCP Server without Docker?
Yes. You can clone the repository, install dependencies with npm install, and build the project with npm run build to run it locally.
What tools does Gong MCP Server expose?
Two tools: list_calls (retrieve calls with optional date range filtering) and retrieve_transcripts (retrieve detailed transcripts for specified call IDs).
What authentication does Gong MCP Server use?
It uses Gong API credentials: an access key and access secret, which must be provided as environment variables when running the server.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments