About
MCP server for Cochl
README
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)
- file_absolute_path: absolute path of the audio file (string, required)
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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cochl with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
