MCP Directory
Back

anki-mcp-server

by nailuoGG · TypeScript · ★ 244

MCP server for Anki via AnkiConnect

#anki#anki-connect#cline#llm#mcp#mcp-server

Install

npx -y github:nailuoGG/anki-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "anki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:nailuoGG/anki-mcp-server"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that enables LLMs to interact with Anki flashcard software through AnkiConnect. - - Check whether AnkiConnect is reachable - - List all available Anki decks, optionally with deck IDs - - Create a new Anki deck - - List all tags currently used in the collection - - Add tags to one or more notes - - Remove tags from one or more notes - - Create a new note - - Create multiple notes at once - - Search for notes using Anki query syntax - - Get detailed information about a note - - Update an existing note's fields and/or tags - - Delete one or multi…
Read full README on GitHub →

Related ai & ml servers