Skip to main content
Glama

Anki MCP Server

by johwiebe

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を使用します。uv uvインストールするには、公式の手順に従ってください。

構成

クロードデスクトップ

  1. Claude Desktop の設定ファイルを開きます。
  • MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  1. anki-mcpmcpServersセクションに追加します。
"mcpServers": { "anki-mcp": { "command": "uvx", "args": [ "anki-mcp" ] } }
  1. Claude Desktop を再起動します。
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

メモを保存し、保存されたコンテンツの要約を生成できるシンプルなメモ作成 MCP サーバー。

  1. 特徴
    1. ツール
  2. 要件
    1. 構成
      1. クロードデスクトップ

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.
      Last updated -
      4
      6
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      A 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
      Python
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Claude-compatible MCP server that enables storing and summarizing notes through a simple note storage system with custom URI scheme.
      Last updated -
      3
      Python
    • -
      security
      -
      license
      -
      quality
      A simple MCP server for creating and managing notes with support for summarization functionality.
      Last updated -
      Python

    View all related MCP servers

    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/johwiebe/anki-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server