Vozclara
About
Multilingual AI study tool. Paste any public video URL to get a structured Knowledge Pack — summary, key ideas, glossary, quiz, transcript with timestamps — in Spanish, Portuguese, German, or English. Ships as an MCP server with one anonymous tool (vozclara_generate_pack) plus th
Details
- Author
- LeonMare
- Downloads
- 316
- Categories
- Other, AI
Jump to
- Generates Knowledge Packs from any public video URL
- Output in user’s language: Spanish, Portuguese, German, English
- Includes summary, key ideas, glossary, quiz, and timestamped transcript
- Offers four tools: generate, search library, ask video, export to Anki
- Anonymous usage for generation; OAuth required for library and export
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
VozclaraCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add Vozclara to your MCP client (e.g., Claude Desktop) by following the quick install instructions. Then invoke the vozclara_generate_pack tool with a public video URL, a language code, and a depth parameter. For library features such as searching saved packs, asking questions about a video, or exporting vocabulary to Anki, you must authenticate via OAuth.
vozclara_generate_pack
Use this when the user asks for a summary, key ideas, or study material from a YouTube video. Returns a structured Knowledge Pack: title, short summary, key ideas, and a link to the full pack on vozclara.app. Pass format="obsidian" to get vault-ready Markdown with YAML frontmatter the user can save to their second brain.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"vozclara": {
"vozclara": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vozclara.app/api/mcp"
]
}
}
}
}
McpServers
{
"vozclara": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vozclara.app/api/mcp"
]
}
}
What it does
Paste any public video URL → get back a structured Knowledge Pack: short summary, key ideas, glossary, quiz, and the full transcript with timestamps. Output is generated in your language (Spanish, Portuguese, German, English) — not translated, generated.Tools
| Tool | Auth | Purpose | |---|---|---| |vozclara_generate_pack | anonymous, free | Single composite call: URL + language + depth → Knowledge Pack |
| vozclara_search_my_library | OAuth (library:read) | Semantic search across your saved packs |
| vozclara_ask_video | OAuth (library:read) | Q&A grounded in a specific pack |
| vozclara_export_anki | OAuth (library:write) | Generate an Anki .apkg from a pack's vocabulary |
Quick install (Claude Desktop)
```jsonSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




