Acornonaut
Turn YouTube playlists into AI-generated flashcards with spaced repetition — create, search, and export decks via MCP.
Acornonaut MCP Server
Acornonaut is AI-powered video learning: turn YouTube playlists into high-quality flashcards, then query your learning library directly from any MCP-compatible AI client.
This repository is a thin public wrapper for the hosted Acornonaut MCP endpoint (no server source code).
Endpoint
- Transport: Streamable HTTP
- URL:
https://acornonaut.app/api/mcp - Full docs: https://acornonaut.app/docs/mcp
Authentication
Use your Acornonaut API key in either header:
Authorization: Bearer <your_api_key>(recommended)x-api-key: <your_api_key>
Keep your API key secret. Never commit it to source control.
Quick Connect
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"acornonaut": {
"url": "https://acornonaut.app/api/mcp",
"headers": {
"Authorization": "Bearer ak_your_api_key_here"
}
}
}
}
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"acornonaut": {
"url": "https://acornonaut.app/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ak_your_api_key_here"
}
}
}
}
Windsurf
Use MCP Server settings and provide:
- Name:
acornonaut - URL:
https://acornonaut.app/api/mcp - Transport:
streamable-http - Header:
Authorization: Bearer ak_your_api_key_here
Or JSON form:
{
"mcpServers": {
"acornonaut": {
"url": "https://acornonaut.app/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ak_your_api_key_here"
}
}
}
}
VS Code (MCP-compatible extensions)
For MCP extensions that accept JSON config:
{
"mcpServers": {
"acornonaut": {
"url": "https://acornonaut.app/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ak_your_api_key_here"
}
}
}
}
OpenClaw / mcporter
OpenClaw-style config snippet
{
"mcpServers": {
"acornonaut": {
"url": "https://acornonaut.app/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ak_your_api_key_here"
}
}
}
}
mcporter example
mcporter call acornonaut list_playlists '{}'
Tool Reference
Acornonaut currently exposes the following MCP tools:
| Tool | Parameters | Description |
|---|---|---|
list_playlists | page?: number, limit?: number | List your playlists with status and pagination. |
get_playlist | id: string | Get one playlist with videos and associated cards. |
create_playlist | url: string | Create a playlist from a YouTube URL and start processing. |
get_cards | playlistId: string, page?: number, limit?: number | Fetch paginated flashcards for a playlist. |
search_cards | query: string, limit?: number | Full-text search across your flashcards. |
get_quota | none | Check plan limits and current usage/quota status. |
export_deck | playlistId: string, `format?: "apkg" | "csv" |
Example (curl)
curl -s -X POST https://acornonaut.app/api/mcp \
-H "Authorization: Bearer ak_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_playlists",
"arguments": { "page": 1, "limit": 10 }
}
}'
Why Acornonaut 🎯
- Turn long-form YouTube learning into active recall
- Build reusable knowledge decks from playlists
- Query and review knowledge from your AI tools
Links
- Product: https://acornonaut.app
- MCP docs: https://acornonaut.app/docs/mcp
Похожие серверы
MCP Workflow Orchestration Server
Enables AI agents to discover, create, and execute complex, multi-step workflows defined in simple YAML files.
Mousetaile
Anki MCP server
Brand24
Social listening and brand monitoring
Dynamics 365
Interact with Microsoft Dynamics 365 for customer relationship management.
MCP SuperAssistant Chrome Extension
A Chrome extension that integrates MCP tools with AI platforms like ChatGPT and Gemini, allowing users to execute tools and insert results directly into conversations.
DeltaTask
A powerful, locally-hosted task management application with Obsidian integration and SQLite database support.
Browser
Interact with and control your web browser via a browser extension.
Notion API MCP
Interact with Notion's API to manage todo lists, databases, and content organization.
appium-mcp
MCP server for Mobile Development and Automation | iOS, Android, Simulator, Emulator, and Real Devices
floor plan generator
BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.