Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ialim0/be-timalens
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "be-timalens": {
      "command": "node",
      "args": ["/path/to/be-timalens/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ialim0/be-timalens and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# TimaLens — MCP Server

> AI whiteboard explainer videos for training agencies and instructional designers.

**Paste a script → scenes → hand-drawn storyboard → AI narration + captions → export MP4.**

This repository is the public MCP registry manifest for [TimaLens](https://timalens.com).
The live API is hosted at `https://api.timalens.com`.

---

## Connecting via MCP

TimaLens exposes a [Streamable HTTP](https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#streamable-http) MCP endpoint at:

```
https://api.timalens.com/mcp
```

Authentication uses **OAuth 2.1 with PKCE** — your MCP client handles the flow automatically.

### Quick connect (any MCP client)

```json
{
  "mcpServers": {
    "timalens": {
      "type": "streamable-http",
      "url": "https://api.timalens.com/mcp"
    }
  }
}
```

Your client will auto-discover the OAuth server from the WWW-Authenticate header and open the TimaLens consent screen in your browser.

### Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or
`%APPDATA%\Claude\claude_desktop_config.json` (Windows):

```json
{
  "mcpServers": {
    "timalens": {
      "type": "streamable-http",
      "url": "https://api.timalens.com/mcp"
    }
  }
}
```

### Cursor / VS Code (Cline, Continue, etc.)

```json
{
  "mcp": {
    "servers": {
      "timalens": {
        "type": "streamable-http",
        "url": "https://api.timalens.com/mcp"
      }
    }
  }
}
```

---

## OAuth endpoints

| Endpoint | URL |
|---|---|
| Authorization | `https://api.timalens.com/oauth/authorize` |
| Token | `https://api.timalens.com/oauth/token` |
| Dynamic registration | `https://api.timalens.com/oauth/register` |
| Revocation | `https://api.timalens.com/oauth/revoke` |
| Protected resource metadata | `https://api.timalens.com/.well-known/oauth-protected-resource` |
| Authorization server metadata | `https://api.timalens.com/.well-known/oauth-authorization-server` |

All flows use **PKCE (S256)**. Public clients (no client secret) are supported via dynamic client registration (RFC 7591).

---

## Available tools

Once authenticated, your AI assistant can:

| Tool | Scope | Description |
|---|---|---|
| `list_projects` | `projects:read` | List all your TimaLens video projects |
| `get_project` | `projects:read` | Full project details, boards, narration, and preview links |
| `get_generation_status` | `projects:read` | Poll generation or render progress |
| `create_video_draft` | `projects:write` | Create a draft from a script or topic (free, no credits charged) |
| `upload_reference_image` | `projects:write` | Upload a PNG/JPEG/WebP logo or character reference (max 10 MB) |
| `start_generation` | `projects:write` | Generate storyboard and narration for a draft |
| `get_render_quote` | `render:write` | Preview exact credit cost before any charge |
| `confirm_render` | `render:write` | Confirm a quoted render and start the paid export |

> Credits are only charged after you explicitly call `confirm_render` with a valid quote token.
> Every render failure automatically refunds the cost to your account.

---

## OAuth scopes

| Scope | What it allows |
|---|---|
| `projects:read` | Read-only access to your projects and generation status |
| `projects:write` | Create and modify drafts, upload reference assets |
| `render:write` | Request render quotes and confirm paid renders |

You can grant a narrower set of scopes at the consent screen.

---

## Support

- Website: [timalens.com](https://timalens.com)
- Docs: [timalens.com/support](https://timalens.com/support)
- Issues with the MCP integration: open an issue in this repository

Lo que la gente pregunta sobre be-timalens

¿Qué es ialim0/be-timalens?

+

ialim0/be-timalens es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala be-timalens?

+

Puedes instalar be-timalens clonando el repositorio (https://github.com/ialim0/be-timalens) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ialim0/be-timalens?

+

Nuestro agente de seguridad ha analizado ialim0/be-timalens y le ha asignado un Trust Score de 52/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene ialim0/be-timalens?

+

ialim0/be-timalens es mantenido por ialim0. La última actividad registrada en GitHub es del 2026-08-22, con 0 issues abiertos.

¿Hay alternativas a be-timalens?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega be-timalens en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ialim0/be-timalens
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ialim0-be-timalens)](https://claudewave.com/repo/ialim0-be-timalens)
<a href="https://claudewave.com/repo/ialim0-be-timalens"><img src="https://claudewave.com/api/badge/ialim0-be-timalens" alt="Featured on ClaudeWave: ialim0/be-timalens" width="320" height="64" /></a>

Más MCP Servers

Alternativas a be-timalens