cochl-mcp-server

cochl-mcp-server

0

Cochl MCP Server is a Model Context Protocol server designed to facilitate the analysis of audio files by integrating Cochl Sense results with large language models. It provides options for installation from source or via pre-built binaries and supports various audio formats.

Cochl MCP Server

A Model Context Protocol(MCP) Server for Cochl

cochl-mcp-server-userguide

Use cases

  • For easy analysis by integrating Cochl Sense results with an LLM.

Installation

Option1: Build from source

git clone https://github.com/cochlearai/cochl-mcp-server.git
go build -o cochl-mcp-server cmd/cochl-mcp-server/main.go

# OR

go install github.com/cochlearai/cochl-mcp-server/cmd/cochl-mcp-server@latest
  • Place the executable file in your system's $PATH

Option2: Download pre-built binary

  • Visit Releases page
  • Download the appropriate version for your operating system and architecture
  • Place the executable file in your system's $PATH

Configuration

Claude Desktop / Cursor IDE

{
  "mcpServers": {
    "cochl": {
      "command": "cochl-mcp-server",
      "args": [],
      "env": {
        "COCHL_SENSE_BASE_URL": "https://api.cochl.ai",
        "COCHL_SENSE_PROJECT_KEY": "<your project key>"
      }
    }
  }
}

Tools

Cochl Sense

  • analyze_audio
    • file_absolute_path: absolute path of the audio file (string, required)
      • supported audio type (mp3, ogg, wav)