Anki MCP ServerServer

CamdenClark
GitHub
EducationNote TakingFlashcards

Loading subscription status...

💡 Description

A TypeScript-based server that integrates with Anki through the AnkiConnect plugin, allowing for the creation and management of flashcard notes and decks.

📝 JSON Entries

{
  "mcpServers": [
    {
      "anki-mcp": {
        "args": [
          "d:\\anki-mcp-server\\build\\index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

listDeckslistModelsgetModeladdNoteaddNotes

Features

  • Access to decks and note models via URI
  • Tools for creating and managing Anki notes
  • Integration with AnkiConnect API

💬 Example Queries

  • List all Anki decks
  • Create a new note in a specific deck
  • Retrieve details of a specific note model