Database · MODEL CONTEXT PROTOCOL

johwiebe anki mcp

Anki MCP server

WHAT IT CONNECTS

johwiebe anki mcp 为 AI Agent 提供什么

  • **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](https://docs.ankiweb.net/searching.html)
  • Anki must be installed and running
  • The [AnkiConnect](https://ankiweb.net/shared/info/2055492159) add-on must be installed in Anki and running
  • This MCP server uses `uv`. To install `uv`, follow the [official instructions](https://docs.astral.sh/uv/getting-started/installation/).
  • Open your Claude Desktop config file:
  • MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
  • Windows: `%APPDATA%/Claude/claude_desktop_config.json`
  • Add `anki-mcp` to the `mcpServers` section:
  • Restart Claude Desktop.

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。