cochl-mcp-server

cochl-mcp-server

3.2

If you are the rightful owner of cochl-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) Server for Cochl, designed to integrate Cochl Sense results with an LLM for easy analysis.

Cochl MCP Server

A Model Context Protocol(MCP) Server for Cochl

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)