Acornonaut MCP Server

Public MCP wrapper repository for the hosted Acornonaut MCP server (AI-powered video learning).

Remote serverstreamable-http

What is the Acornonaut MCP MCP server?

If you already use Acornonaut MCP, the acornonaut mcp mcp server is the piece that lets your assistant work with it directly. Public MCP wrapper repository for the hosted Acornonaut MCP server (AI-powered video learning).

What the server does

This is the official MCP server for Acornonaut, hosted at https://mcp.acornonaut.app.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Playlists — The Playlists tool exposed by this server
  • 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 — The Videos tool exposed by this server
  • get_video_cards — Get all flashcards for a specific video
  • get_transcript — Retrieve the full transcript of a video
  • Cards — The Cards tool exposed by this server
  • 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

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Acornonaut MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Acornonaut MCP's toolset — Playlists, get_playlist, create_playlist and 11 more — is a fair guide to whether it matches your workflow. It is maintained by zerolve-io; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Acornonaut MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
PlaylistsThe Playlists tool exposed by this server.
get_playlistGet a single playlist with videos and cards
create_playlistCreate a new playlist from a YouTube URL
update_playlistRename or update playlist settings
delete_playlistPermanently delete a playlist and its cards
VideosThe Videos tool exposed by this server.
get_video_cardsGet all flashcards for a specific video
get_transcriptRetrieve the full transcript of a video
CardsThe Cards tool exposed by this server.
get_cardGet a single card by ID
create_cardCreate a custom flashcard manually
update_cardEdit a card's front, back, or metadata
delete_cardDelete a specific card
search_cardsFull-text search across all your cards

How to install the Acornonaut MCP MCP server

{
  "mcpServers": {
    "acornonaut": {
      "url": "https://mcp.acornonaut.app"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Acornonaut MCP to Playlists.
  • Use Acornonaut MCP to get playlist.
  • Use Acornonaut MCP to create playlist.

Frequently asked questions

It connects Acornonaut MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Playlists, get_playlist, create_playlist, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Acornonaut MCP directly.