@nailuogg/anki-mcp-server

by nailuogg · v1.0.0 · prompt

This is an MCP (Model Context Protocol) server that enables LLMs to interact with Anki flashcard software through AnkiConnect. The server provides tools for creating, searching, updating, and managing

Install

Add @nailuogg/anki-mcp-server to Claude Code with the PolySkill CLI: polyskill add @nailuogg/anki-mcp-server

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Repository Overview This is an MCP (Model Context Protocol) server that enables LLMs to interact with Anki flashcard software through AnkiConnect. The server provides tools for creating, searching, updating, and managing Anki notes and decks. ## Development Commands ### Build & Development ```bash # Install dependencies npm install # Build the server npm run build # Development mode with auto-rebuild npm run watch # Run the MCP Inspector for debugging npm run inspector ``` ###…

Keywords: github, anki-connect, flashcard-management, llm-integration, mcp-server, data-sync, learning-tools, api-server, study-aid