capslane for Claude Desktop
io.github.webbaluca/capslane
Retrieve existing or generated YouTube transcripts with timestamps through Capslane.
client:Claude Desktop
transport:stdio
runtime:npm
Install capslane in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"capslane": {
"command": "npx",
"args": [
"-y",
"@webba_tech/capslane-mcp"
],
"env": {
"CAPSLANE_API_KEY": "<CAPSLANE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs