Japanese Anki Server
БесплатноНе проверенMCP server for Japanese language learning with Anki, enabling vocabulary card creation, reMarkable handwritten note OCR, and full Anki deck management.
Описание
MCP server for Japanese language learning with Anki, enabling vocabulary card creation, reMarkable handwritten note OCR, and full Anki deck management.
README
A Model Context Protocol (MCP) server for Japanese language learning with Anki. Features include:
- Vocabulary Card Creation - Add Japanese vocabulary cards with furigana, readings, and audio
- reMarkable Integration - Extract vocabulary from handwritten notes using Claude Vision OCR
- Bulk Import - Add multiple cards at once
- Full Anki Management - Decks, models, search, tags, sync
Installation
npm install
npm run build
Configuration
Create a .env file (see .env.example):
# Required for reMarkable OCR
ANTHROPIC_API_KEY=sk-ant-...
# Optional: reMarkable cloud access
REMARKABLE_DEVICE_TOKEN=...
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"japanese-anki": {
"command": "node",
"args": ["C:/Users/jnguyen/Documents/Project/MCP/japanese_anki_mcp/dist/index.js"]
}
}
}
Available Tools
Anki Connection
anki_check_connection- Verify AnkiConnect is running
Deck Management
anki_list_decks- List all decksanki_create_deck- Create a new deckanki_get_deck_stats- Get deck statistics
Note Models
anki_list_models- List note modelsanki_get_model_fields- Get fields for a modelanki_create_japanese_model- Create a Japanese vocabulary model
Notes
anki_add_japanese_vocab- Add a single vocabulary cardanki_add_bulk_vocab- Add multiple cardsanki_search_notes- Search notesanki_get_note_info- Get note detailsanki_update_note- Update a noteanki_delete_notes- Delete notesanki_manage_tags- Add/remove tags
Sync
anki_sync- Sync with AnkiWeb
reMarkable Integration
remarkable_register- Register with reMarkable cloudremarkable_list_notebooks- List notebooksremarkable_extract_vocab- Extract vocabulary from an imageremarkable_extract_vocab_base64- Extract from base64 imageremarkable_to_anki- Full pipeline: image → OCR → Anki cards
reMarkable Workflow
Option 1: Cloud Integration
- Run
remarkable_registerwith a one-time code from https://my.remarkable.com/device/desktop/connect - Save the device token to your
.envfile - Use
remarkable_list_notebooksto see your notebooks
Option 2: Export Images (Recommended)
- Export pages from reMarkable as PNG/PDF
- Use
remarkable_extract_vocabwith the image path - Or use
remarkable_to_ankifor the full pipeline
Example Usage
# Add a vocabulary card
anki_add_japanese_vocab(
deck_name="Japanese::Vocabulary",
model_name="Basic",
word="食べる",
reading="たべる",
meaning="to eat"
)
# Extract vocabulary from handwritten notes
remarkable_to_anki(
image_path="C:/Users/jnguyen/notes/lesson1.png",
deck_name="Japanese::Vocabulary"
)
Requirements
- Node.js 18+
- Anki with AnkiConnect plugin (addon code: 2055492159)
- Anthropic API key (for Vision OCR)
License
MIT
Установка Japanese Anki Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/johnhnguyen97/japanese-anki-mcpFAQ
Japanese Anki Server MCP бесплатный?
Да, Japanese Anki Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Japanese Anki Server?
Нет, Japanese Anki Server работает без API-ключей и переменных окружения.
Japanese Anki Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Japanese Anki Server в Claude Desktop, Claude Code или Cursor?
Открой Japanese Anki Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Japanese Anki Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
