AI-powered YouTube to flashcards with spaced repetition and Anki export
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered flashcard generation from YouTube videos — Turn any YouTube playlist into spaced-repetition flashcards and manage your learning library through any MCP-compatible AI client.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
MCP Security Weekly
Get CVE alerts and security updates for io.github.zerolve-io/acornonaut and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered flashcard generation from YouTube videos — Turn any YouTube playlist into spaced-repetition flashcards and manage your learning library through any MCP-compatible AI client.
This is the official MCP server for Acornonaut, hosted at https://mcp.acornonaut.app.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app"
}
}
}
Restart Claude Desktop. On first use, your browser will open for OAuth sign-in.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app",
"transport": "streamable-http"
}
}
}
Use MCP Server settings:
acornonauthttps://mcp.acornonaut.appstreamable-httpOr JSON config:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app",
"transport": "streamable-http"
}
}
}
Add to your MCP config:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app"
}
}
}
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app"
}
}
}
Acornonaut MCP uses OAuth 2.0 for secure authentication:
No API keys to manage. Tokens are stored securely by your MCP client.
| Tool | Description |
|---|---|
| Playlists | |
list_playlists | List all your playlists with status and progress |
get_playlist | Get a single playlist with videos and cards |
create_playlist | Create a new playlist from a YouTube URL |
update_playlist | Rename or update playlist settings |
delete_playlist | Permanently delete a playlist and its cards |
| Videos | |
add_video_by_url | Add a single YouTube video to a playlist |
get_video_cards | Get all flashcards for a specific video |
get_transcript | Retrieve the full transcript of a video |
| Cards | |
list_cards | List paginated flashcards with filters |
get_card | Get a single card by ID |
create_card | Create a custom flashcard manually |
update_card | Edit a card's front, back, or metadata |
delete_card | Delete a specific card |
search_cards | Full-text search across all your cards |
| Spaced Repetition | |
review_due_cards | Get cards due for review today |
answer_card | Submit review answer and update scheduling |
get_review_stats | View your review statistics and streaks |
Total: 18 tools
Ask your AI: "Create an Acornonaut playlist from https://www.youtube.com/playlist?list=..."
Ask your AI: "Search my Acornonaut cards for 'photosynthesis'"
Ask your AI: "What cards are due for review in Acornonaut today?"
Ask your AI: "Export my 'Biology 101' playlist from Acornonaut as an Anki deck"