Odel
capslane mcp

capslane mcp

Local
@webba-creative-technologiesTypeScriptUpdated 4 days 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.5

Run

npx -y @webba_tech/capslane-mcp

MCP client config

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