Capslane

Capslane

Local
@webbaluca1JavaScriptUpdated 2w ago

Retrieve existing or generated YouTube transcripts with timestamps through Capslane.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@webba_tech/capslane-mcpv0.1.4

Run

npx -y @webba_tech/capslane-mcp

MCP client config

{
  "mcpServers": {
    "capslane": {
      "command": "npx",
      "args": [
        "-y",
        "@webba_tech/capslane-mcp"
      ]
    }
  }
}