MCP-AnkiConnect
mcp-ankiconnect MCP 서버
MCP를 통해 AnkiConnect와 Claude 대화를 연결하여 "오늘의 플래시카드를 살펴보자" 또는 "이것에 대한 플래시카드를 만들어보자"처럼 분산 반복을 쉽게 만드세요.
구성 요소
도구
서버는 세 가지 도구를 구현합니다.
num_cards_due_today: 오늘 만료되는 카드 수를 가져옵니다.특정 데크로 필터링하기 위한 선택적
deck인수모든 덱 또는 지정된 덱에서 만료된 카드 수를 반환합니다.
get_due_cards: 검토 예정인 카드를 가져옵니다.카드 수를 제어하기 위한 선택적
limit인수(기본값: 5)특정 데크로 필터링하기 위한 선택적
deck인수오늘의 카드만 표시하려면 선택 사항인
today_only인수(기본값: true)를 사용합니다.질문과 답변이 포함된 XML 형식의 카드를 반환합니다.
submit_reviews: 검토된 카드에 대한 답변 제출card_id와rating사용하여reviews목록을 가져옵니다.평가: "잘못됨", "어려움", "좋음", "쉬움"
제출된 리뷰의 확인을 반환합니다.
Related MCP server: Anki MCP Server
구성
필수 조건
Anki는 AnkiConnect 플러그인 (플러그인 ID 2055492159)이 설치된 상태에서 실행해야 합니다. Mac에서는 AppSleep 기능으로 인해 AnkiConnect가 느려질 수 있으므로 Anki에서 해당 기능을 비활성화하세요. 비활성화하려면 터미널에서 다음 명령어를 실행하세요.
지엑스피1
설치
빠른 시작
Anki에 AnkiConnect 플러그인을 설치하세요:
도구 > 추가 기능 > 추가 기능 받기...
코드 입력:
2055492159Anki를 다시 시작하세요
Claude Desktop 구성:
MacOS의 경우:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonWindows의 경우:%APPDATA%/Claude/claude_desktop_config.json다음 구성을 추가합니다.
{ "mcpServers": { "mcp-ankiconnect": { "command": "uv", "args": ["run", "--with", "mcp-ankiconnect", "mcp-ankiconnect"] } } }Anki와 Claude 데스크톱을 다시 시작하세요
디버깅
MCP 서버는 stdio를 통해 실행되므로 디버깅이 어려울 수 있습니다. 최상의 디버깅 환경을 위해 MCP Inspector 사용을 강력히 권장합니다. 먼저 저장소를 복제하고 종속성을 설치하세요.
git clone https://github.com/samefarrar/mcp-ankiconnect.git
cd mcp-ankiconnect
uv syncmcp CLI를 통해 MCP Inspector를 실행할 수 있습니다.
uv run mcp dev mcp_ankiconnect/server.pyInspector를 실행하면 브라우저에서 접근하여 디버깅을 시작할 수 있는 URL이 표시됩니다.
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
- AlicenseNot gradedqualityDmaintenanceAn 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.40MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that bridges Claude AI with Anki flashcard app, allowing users to create and manage flashcards using natural language commands.9MIT
- 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
- AlicenseAqualityDmaintenanceAn MCP server that connects to Anki for card review and creation, featuring automatic date-based organization of new cards.4441MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Appeared in Searches
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/samefarrar/mcp-ankiconnect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server