anki-mcp MCP サーバー
AnkiConnectプラグインを介してAnkiと統合するサーバー
これはTypeScriptベースのMCPサーバーで、AnkiConnectプラグインを介してAnkiと統合されます。以下の機能を提供することで、MCPのコアコンセプトを実証します。
- URI を持つ Anki デッキとノートモデルを表すリソース
- Ankiノートを作成および管理するためのツール
- AnkiConnect APIとの統合
特徴
リソース
anki://decks/{id}
URI 経由で Anki デッキを一覧表示してアクセスしますanki://models/{id}
URI 経由でノートモデルの一覧表示とアクセス- AnkiオブジェクトのJSON表現
ツール
listDecks
- すべてのデッキの名前を取得するlistModels
- すべてのノートモデルの名前を取得しますgetModel
- 特定のノートモデルの詳細を取得するaddNote
- 単一のメモを作成する- デッキ名、モデル名、フィールド、タグを指定します
addNotes
- 複数のメモを一括作成- 指定されたパラメータで多数のノートを作成する
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
インストール
Claude Desktop で使用するには、サーバー設定を追加します。
MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
AnkiConnect プラグインを介して Anki と統合する TypeScript ベースのサーバー。フラッシュカード デッキやノート モデルを管理し、自然言語を使用して Anki ノートを作成できます。
Related Resources
Related MCP Servers
- -securityFlicense-qualityThis TypeScript-based server implements a simple notes system, allowing users to create and manage text notes and generate summaries, showcasing core MCP concepts.Last updated -27TypeScript
- AsecurityAlicenseAqualityThis TypeScript-based server implements a simple notes system using MCP concepts, enabling users to create, list, and summarize text notes through natural language prompts.Last updated -5198193JavaScriptMIT License
- AsecurityAlicenseAqualityA server implementation that connects to a locally running Anki, enabling card review and creation through the Model Context Protocol.Last updated -440JavaScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Anki flashcard software through AnkiConnect, allowing for creation and management of flashcards, decks, and note types.Last updated -1020630TypeScript