Skip to content
Claude Desktop

timalens for Claude Desktop

io.github.ialim0/timalens

AI whiteboard explainer video platform: script to storyboard to narrated MP4.

client:Claude Desktop transport:streamable-http

Install timalens in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "timalens": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.timalens.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

timalens in other clients