Anki MCP サーバー
AI アシスタントを、人気の間隔反復フラッシュカード ソフトウェアである Anki と統合するためのモデル コンテキスト プロトコル (MCP) サーバー。
特徴
この MCP サーバーにより、AI アシスタントは次のツールを通じて Anki と対話できるようになります。
ツール
get-collection-overview : 利用可能なデッキ、利用可能なモデルとそのフィールドなどの Anki コレクションの概要を返します。
add-or-update-notes : 新しいノートを追加したり、既存のノートを更新したりします。複数のノートを一括で追加/更新できます。
get-cards-reviewed : 日ごとにレビューされたカードの数を取得する
find-notes : Ankiの検索構文を使用してノートを検索できます
要件
Ankiがインストールされ、実行されている必要があります
AnkiConnectアドオンがAnkiにインストールされ、実行されている必要があります
このMCPサーバーは
uv
を使用します。uvuv
インストールするには、公式の手順に従ってください。
構成
クロードデスクトップ
Claude Desktop の設定ファイルを開きます。
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%/Claude/claude_desktop_config.json
anki-mcp
をmcpServers
セクションに追加します。
Claude Desktop を再起動します。
local-only server
The server can only run on the client's local machine because it depends on local resources.
メモを保存し、保存されたコンテンツの要約を生成できるシンプルなメモ作成 MCP サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.Last updated -47MIT License
- -securityFlicense-qualityA 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
- -securityFlicense-qualityA simple MCP server for creating and managing notes with support for summarization functionality.Last updated -1
- AsecurityFlicenseAqualityA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.Last updated -42