anki-mcp
Verified Safeby johwiebe
Overview
Integrates AI assistants with Anki by providing a Model Context Protocol (MCP) server for managing and querying flashcards.
Installation
uvx anki-mcpSecurity Notes
The server acts as a proxy to the local AnkiConnect add-on, operating on `http://localhost:8765`. Input queries for `find-notes` and `find-cards` are passed directly to AnkiConnect's search functionality. While Anki's search syntax is designed for querying data, the security of this interaction relies heavily on AnkiConnect's own input validation and sanitization. The server itself does not use `eval` or execute arbitrary shell commands with user-provided input. Error messages could potentially expose internal details, but given its local AI assistant integration context, this risk is mitigated.
Similar Servers
anki-mcp-server
Enables Large Language Models (LLMs) to interact with and manage Anki flashcards and decks using the AnkiConnect add-on, providing tools for creating, updating, searching, and organizing learning material.
anki-mcp-server
This server seamlessly integrates Anki with AI assistants via the Model Context Protocol (MCP), enabling natural language interaction, dynamic note creation/editing, and interactive review sessions.
cymbiont
Augments AI assistants with a self-organizing knowledge graph for persistent memory and enhanced context retrieval across various domains.
anki-mcp-server-addon
An Anki addon that exposes the collection to AI assistants via the Model Context Protocol (MCP) for AI-powered study sessions, card creation, and collection management.