Clanki
Clanki - Claude の Anki 統合
Claude のような AI アシスタントが Model Context Protocol (MCP) を介して Anki フラッシュカード デッキと対話できるようにする MCP サーバー。
特徴
Ankiデッキの作成と管理
前面/背面コンテンツを含む基本的なフラッシュカードを作成する
穴埋め式カードを作成する
既存のカードを更新し、穴埋め問題を削除します
タグの追加と管理
デッキの内容とカード情報を表示する
AnkiConnectとの完全な統合
Related MCP server: Anki MCP Server
前提条件
Ankiをインストールして実行中
AnkiにAnkiConnectプラグインをインストール
Node.js 16以上
インストール
このリポジトリをクローンします:
git clone https://github.com/yourusername/clanki.git
cd clanki依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build設定
Ankiが実行中であり、AnkiConnectプラグインがインストールされ、有効になっていることを確認してください。
claude_desktop_config.jsonを編集して、Claude for Desktop がサーバーを使用するように設定します。
{
"mcpServers": {
"clanki": {
"command": "node",
"args": ["/absolute/path/to/clanki/build/index.js"]
}
}
}/absolute/path/to/clanki clanki インストールへの実際のパスに置き換えます。
利用可能なツール
デッキ作成
新しいAnkiデッキを作成する
パラメータ:
name: 新しいデッキの名前
カード作成
指定されたデッキに新しい基本フラッシュカードを作成します
パラメータ:
deckName: カードを追加するデッキの名前front:カードの表面の内容back:カードの裏面の内容tags: (オプション) カードのタグの配列
穴埋めカード作成
指定されたデッキに新しい穴埋め削除カードを作成します
パラメータ:
deckName: カードを追加するデッキの名前text: {{c1::text}} 構文を使用した穴埋め削除を含むテキストbackExtra: (オプション) カードの裏面に表示する追加情報tags: (オプション) カードのタグの配列
アップデートカード
既存の基本フラッシュカードを更新します
パラメータ:
noteId: 更新するノートのIDfront: (オプション) 新しいフロントサイドコンテンツback: (オプション) 新しい裏面コンテンツtags: (オプション) カードの新しいタグ
クローズカードの更新
既存の穴埋め削除カードを更新します
パラメータ:
noteId: 更新するノートのIDtext: (オプション) 穴埋め問題を削除した新しいテキストbackExtra: (オプション) 背面の新しい追加情報tags: (オプション) カードの新しいタグ
発達
サーバーを変更または拡張するには:
src/index.tsに変更を加えるnpm run buildでリビルドするnpx @modelcontextprotocol/inspector node build/index.jsでデバッグする
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceAn MCP server that integrates Claude with Anki flashcards, allowing users to review due cards and create new flashcards directly through conversation.1413MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables AI assistants to interact with the Anki flashcard application for studying, deck management, and note creation. It supports natural language interaction for reviewing cards, searching content, and managing media files across local and remote environments.1,759447MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to seamlessly manage Anki flashcards, decks, and templates through the AnkiConnect API. It supports intelligent querying, batch note creation, and detailed study progress analysis using natural language.4MIT
- FlicenseAqualityDmaintenanceAn MCP server that enables Claude Code to create, manage, and search Anki flashcards directly from the terminal. It supports batch card creation, deck statistics retrieval, and synchronization with AnkiWeb for cross-platform review.8
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Cloud-hosted MCP server for durable AI memory
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jasperket/clanki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server