Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cochl

FreeNot checked

MCP server for Cochl

GitHubEmbed

About

MCP server for Cochl

README

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)

from github.com/cochlearai/cochl-mcp-server

Installing Cochl

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/cochlearai/cochl-mcp-server

FAQ

Is Cochl MCP free?

Yes, Cochl MCP is free — one-click install via Unyly at no cost.

Does Cochl need an API key?

No, Cochl runs without API keys or environment variables.

Is Cochl hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cochl in Claude Desktop, Claude Code or Cursor?

Open Cochl on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cochl with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs