Anki MCP Server

Integrations

  • Provides a note storage system for Anki flashcards with tools to add notes and generate summaries of stored notes with variable detail levels.

Anki MCP Server

A Model Context Protocol (MCP) server for integrating AI assistants with Anki, the popular spaced repetition flashcard software.

Features

This MCP server enables AI assistants to interact with Anki through the following tools:

Tools

  • get-collection-overview: Returns an overview of the Anki collection like available decks, available models and their fields
  • add-or-update-notes: Adds new notes or updates existing ones. Allows batch adding/updating multiple notes at once.
  • get-cards-reviewed: Get the number of cards reviewed by day
  • find-notes: Allows querying notes using the Anki searching syntax

Requirements

  • Anki must be installed and running
  • The AnkiConnect add-on must be installed in Anki and running
  • This MCP server uses uv. To install uv, follow the official instructions.

Configuration

Claude Desktop

  1. Open your Claude Desktop config file:
  • MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  1. Add anki-mcp to the mcpServers section:
"mcpServers": { "anki-mcp": { "command": "uvx", "args": [ "anki-mcp" ] } }
  1. Restart Claude Desktop.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

A simple note-taking MCP server that stores notes and can generate summaries of stored content.

  1. Features
    1. Tools
  2. Requirements
    1. Configuration
      1. Claude Desktop

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.
      Last updated -
      4
      6
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      A simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.
      Last updated -
      5
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.
      Last updated -
      3
      Python
    • -
      security
      -
      license
      -
      quality
      A simple MCP server for creating and managing notes with support for summarization functionality.
      Last updated -
      Python

    View all related MCP servers

    ID: t345lu6mhs