api for Claude Desktop
video.quiz/api
Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.
client:Claude Desktop
transport:streamable-http
tools:30
Install api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.quiz.video/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
What Claude Desktop can do once it is connected
- get_api_catalog
- get_openapi_spec
- get_llms_txt
- quiz_video_list_quizzes
- quiz_video_get_quiz
- quiz_video_create_quiz
- quiz_video_generate_quiz
- quiz_video_update_quiz
- quiz_video_delete_quiz
- quiz_video_list_quiz_questions
- quiz_video_add_quiz_questions
- quiz_video_list_quiz_hooks
- quiz_video_create_quiz_hook
- quiz_video_update_quiz_hook
- quiz_video_delete_quiz_hook
- quiz_video_list_flashcard_decks
- quiz_video_get_flashcard_deck
- quiz_video_create_flashcard_deck
- quiz_video_delete_flashcard_deck
- quiz_video_create_render
- quiz_video_get_render
- quiz_video_download_render
- quiz_video_get_account
- quiz_video_list_music