Loading MCP server directory, please wait...
Real-time pitch detection and score alignment for a singer, from microphone input
npx @getmcp/cli add io.github.raulkivi/pitch-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.raulkivi/pitch-mcp": {
"command": "uvx",
"args": [
"pitch-mcp"
],
"env": {
"PITCH_BACKEND": "librosa"
}
}
}
}