Claude Desktop MCP

Verbinde Claude Desktop mit Video Samuraizer.

Token erstellen, MCP-Remote konfigurieren und direkt aus Claude heraus YouTube-Videos zusammenfassen.

Schritt 1: Token erstellen

Erstelle einen Agent-Token in deinem Account:

Wichtig:

Der Token wird nur einmal angezeigt. Kopiere ihn sofort!

Schritt 2: Claude Desktop konfigurieren

Claude Desktop nutzt MCP via mcp-remote Proxy. Node.js muss installiert sein.

Konfigurationsdatei (Windows):

%APPDATA%\Claude\claude_desktop_config.json

{
"mcpServers": {
"video-samuraizer": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"mcp-remote",
"https://testingstage.video-samuraizer.de/mcp",
"--header",
"Authorization: Bearer vs_ag_YOUR_TOKEN"
]
}
}
}

Konfigurationsdatei (Mac/Linux):

~/.claude/claude_desktop_config.json

{
"mcpServers": {
"video-samuraizer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://testingstage.video-samuraizer.de/mcp",
"--header",
"Authorization: Bearer vs_ag_YOUR_TOKEN"
]
}
}
}
  • Ersetze vs_ag_YOUR_TOKEN mit deinem Token aus Account
  • Claude Desktop neu starten
  • Node.js muss installiert sein (für npx/mcp-remote)

Schritt 3: Testen

Teste die Verbindung in Claude Desktop mit diesen Befehlen:

Credits & Bibliothek:

  • "Check my Video Samuraizer credits"
  • "List my videos"
  • "Show details for video 42"

Video Zusammenfassungen:

  • "Summarize this YouTube video: https://youtube.com/watch?v=ABC123" → medium (2 Credits)
  • "Give me a short summary of https://youtube.com/watch?v=ABC123" → short (1 Credit)
  • "Create an executive summary for https://youtube.com/watch?v=ABC123" → executive (5 Credits)

Chat mit Videos:

  • "Ask video 42: What are the main tips?"
  • "Chat with video 15 about the recommended tools"
Support:

Bei Problemen: Kontakt | FAQ | Tool Guide