Anki-Card-MCP-Server

RobertSDM/Anki-Card-MCP-Server
★ 0 stars Python 📦 Other Updated today
MCP Server demonstration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anki-card-mcp-server": {
      "command": "uvx",
      "args": [
        "anki-card-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install anki-card-mcp-server

README Excerpt

__This project has nothing to do with the Anki app__ This project is a MCP use demonstration, with a simple Anki Card project. Anki is a popular app that uses flashcards to help you memorize subjects. The learning relies on the spaced repetition technique. Where you keep learning a content at increasing time spaces.