-
securityF
license-
qualityAn MCP server that enables AI assistants like Claude to interact with Anki flashcard decks, allowing users to create, manage, and update flashcards through natural language conversations.
Last updated -
1
TypeScript
MCP를 통해 AnkiConnect와 Claude 대화를 연결하여 "오늘의 플래시카드를 살펴보자" 또는 "이것에 대한 플래시카드를 만들어보자"처럼 분산 반복을 쉽게 만드세요.
서버는 세 가지 도구를 구현합니다.
num_cards_due_today
: 오늘 만료되는 카드 수를 가져옵니다.deck
인수get_due_cards
: 검토 예정인 카드를 가져옵니다.limit
인수(기본값: 5)deck
인수today_only
인수(기본값: true)를 사용합니다.submit_reviews
: 검토된 카드에 대한 답변 제출card_id
와 rating
사용하여 reviews
목록을 가져옵니다.2055492159
~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
다음 구성을 추가합니다.MCP 서버는 stdio를 통해 실행되므로 디버깅이 어려울 수 있습니다. 최상의 디버깅 환경을 위해 MCP Inspector 사용을 강력히 권장합니다. 먼저 저장소를 복제하고 종속성을 설치하세요.
mcp CLI를 통해 MCP Inspector를 실행할 수 있습니다.
Inspector를 실행하면 브라우저에서 접근하여 디버깅을 시작할 수 있는 URL이 표시됩니다.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude와 Anki 플래시카드를 통합한 MCP 서버로, 사용자가 만료된 카드를 검토하고 대화를 통해 직접 새로운 플래시카드를 만들 수 있습니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samefarrar/mcp-ankiconnect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server