acornonaut-mcp
Acornonaut MCP Server
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.
✨ Features
🎥 YouTube to flashcards — AI-generated cards from video transcripts
🧠 Spaced repetition — SM-2 algorithm for optimal review scheduling
📚 Playlist management — Organize learning content by topic
🔍 Semantic search — Find cards across your entire library
📦 Anki export — Export decks to Anki format
🔐 OAuth 2.0 — Secure, browser-based authentication
Related MCP server: YouTube Knowledge MCP
🚀 Quick Start
Claude Desktop
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.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app",
"transport": "streamable-http"
}
}
}Windsurf
Use MCP Server settings:
Name:
acornonautURL:
https://mcp.acornonaut.appTransport:
streamable-http
Or JSON config:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app",
"transport": "streamable-http"
}
}
}Continue.dev / Cline
Add to your MCP config:
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app"
}
}
}OpenClaw
{
"mcpServers": {
"acornonaut": {
"url": "https://mcp.acornonaut.app"
}
}
}🔐 Authentication
Acornonaut MCP uses OAuth 2.0 for secure authentication:
On first connection, your browser opens automatically
Sign in to Acornonaut (or create a free account)
Grant MCP access
Return to your AI client — you're connected!
No API keys to manage. Tokens are stored securely by your MCP client.
🛠️ Available Tools
Tool | Description |
Playlists | |
| List all your playlists with status and progress |
| Get a single playlist with videos and cards |
| Create a new playlist from a YouTube URL |
| Rename or update playlist settings |
| Permanently delete a playlist and its cards |
Videos | |
| Add a single YouTube video to a playlist |
| Get all flashcards for a specific video |
| Retrieve the full transcript of a video |
Cards | |
| List paginated flashcards with filters |
| Get a single card by ID |
| Create a custom flashcard manually |
| Edit a card's front, back, or metadata |
| Delete a specific card |
| Full-text search across all your cards |
Spaced Repetition | |
| Get cards due for review today |
| Submit review answer and update scheduling |
| View your review statistics and streaks |
Total: 18 tools
📖 Example Usage
Create a playlist from YouTube
Ask your AI: "Create an Acornonaut playlist from https://www.youtube.com/playlist?list=..."Search your flashcards
Ask your AI: "Search my Acornonaut cards for 'photosynthesis'"Review due cards
Ask your AI: "What cards are due for review in Acornonaut today?"Export to Anki
Ask your AI: "Export my 'Biology 101' playlist from Acornonaut as an Anki deck"🔗 Links
Product: https://acornonaut.app
Documentation: https://acornonaut.app/docs/mcp
Main repository: https://github.com/zerolve-io/coursecards
MCP Spec: https://modelcontextprotocol.io
📝 License
MIT License - see LICENSE file.
Built with ❤️ by the Acornonaut team
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAutomatically generates Anki flashcards from Notion pages by extracting questions and answers from toggle blocks. Uses OpenAI to enhance card quality and imports them directly into Anki via AnkiConnect for spaced repetition learning.Last updatedMIT
- AlicenseBqualityDmaintenanceTransforms YouTube into a queryable knowledge source with search, video details, transcript analysis, and AI-powered tools for summaries, learning paths, and knowledge graphs. Features quota-aware API access with caching and optional OpenAI/Anthropic integration for advanced content analysis.Last updated10291MIT
- FlicenseBqualityDmaintenanceEnables AI models to interact with YouTube content through video search, channel information, transcripts, comments, trending videos, and content analysis tools including quiz and flashcard generation.Last updated91
- Alicense-qualityBmaintenanceEnables users to create, review, and manage flashcards using the SM-2 spaced repetition algorithm for optimized learning. It supports organizing cards into projects and automatically handles review scheduling based on user performance.Last updated242MIT
Related MCP Connectors
Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.
Turn AI chats into vocabulary: capture words and grammar into spaced-repetition flashcards.
Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zerolve-io/acornonaut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server