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
설치하려면 공식 지침을 따르세요.
구성
클로드 데스크탑
Claude Desktop 구성 파일을 엽니다.
MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
윈도우:
%APPDATA%/Claude/claude_desktop_config.json
mcpServers
섹션에anki-mcp
추가합니다.
지엑스피1
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