Skip to main content
Glama

Anki MCP Server

by johwiebe

Anki MCP 서버

인기 있는 분산 반복 플래시카드 소프트웨어인 Anki와 AI 어시스턴트를 통합하기 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다.

특징

이 MCP 서버는 AI 어시스턴트가 다음 도구를 통해 Anki와 상호 작용할 수 있도록 합니다.

도구

  • get-collection-overview : 사용 가능한 데크, 사용 가능한 모델 및 해당 필드와 같은 Anki 컬렉션의 개요를 반환합니다.
  • add-or-update-notes : 새 노트를 추가하거나 기존 노트를 업데이트합니다. 여러 노트를 한 번에 추가/업데이트할 수 있습니다.
  • get-cards-reviewed : 하루별로 검토된 카드 수를 가져옵니다.
  • find-notes : Anki 검색 구문을 사용하여 노트를 쿼리할 수 있습니다.

요구 사항

  • Anki가 설치되어 실행 중이어야 합니다.
  • AnkiConnect 애드온은 Anki에 설치되어 실행되어야 합니다.
  • 이 MCP 서버는 uv 사용합니다. uv 설치하려면 공식 지침을 따르세요.

구성

클로드 데스크탑

  1. Claude Desktop 구성 파일을 엽니다.
  • MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • 윈도우: %APPDATA%/Claude/claude_desktop_config.json
  1. mcpServers 섹션에 anki-mcp 추가합니다.

지엑스피1

  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