Back to Home
sumit1612 icon

yt-obsidian-mcp

Verified Safe

by sumit1612

Overview

Archives YouTube videos to an Obsidian vault, extracting metadata and transcripts, generating summaries, and applying hierarchical, semantic tags for structured knowledge management.

Installation

Run Command
uv --directory /ABSOLUTE/PATH/TO/yt-archieve-mcp run python src/archivist/main.py

Environment Variables

  • VAULT_ROOT

Security Notes

The system includes strong path traversal protection within its FilesystemAdapter, ensuring all file operations are constrained to the configured Obsidian vault root. It communicates via stdio (standard input/output), which inherently limits direct network attack surfaces. Configuration is handled through TOML or environment variables, avoiding hardcoded secrets. Standard and well-maintained external libraries (yt-dlp, youtube-transcript-api) are used. No 'eval' or other dangerous patterns were detected.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens85
Stars0
Forks0
Last Update2025-12-12

Tags

YouTubeObsidianKnowledge ManagementArchivingSemantic TaggingMCP ServerPython