Database · MODEL CONTEXT PROTOCOL
vionwinnie jap vocab anki mcp server
Japanese Vocab Anki MCP Server
WHAT IT CONNECTS
What vionwinnie jap vocab anki mcp server gives an AI Agent
- List available decks
- View cards in decks
- Add new cards
- Review cards with spaced repetition
- Import Japanese vocabulary with readings and meanings
- Add sample sentences to Japanese vocabulary cards
- Track review history and learning progress
- Practice vocabulary in context through fill-in-the-blank exercises
- Add natural example sentences to your cards
- Build a more comprehensive understanding of each word's usage
- Clone this repository:
- Make sure Anki is not running (to avoid database locks)
- Set the path to your Anki collection (optional):
- Run the server:
- `anki://decks` - List all available Anki decks
- `anki://deck/{deck_name}/cards` - List all cards in a specific deck
- `anki://recent/reviewed` - View cards reviewed in the last 24 hours
- `anki://recent/learned` - View cards learned (graduated from new) in the last 24 hours
- `add_card(deck_name: str, front: str, back: str)` - Add a new card to a deck
- `review_card(card_id: int, ease: int)` - Review a card with a specific ease (1-4)
- `get_card_history(card_id: int)` - Get detailed review history for a specific card
- `import_japanese_vocab(csv_path: str, deck_name: str, tags: str = None)` - Import Japanese vocabulary from CSV
- `update_notes_with_sentences(vocab_sentences: Dict[str, List[str]], deck_name: str = "Try! N3 Vocab")` - Add sample sentences to vocabulary notes
- `get_deck_review_history(deck_name: str)` - Get review history for all cards in a deck within the past 24 hours
- `create_deck_prompt(deck_name: str)` - Get help creating a new deck
- `review_history_prompt()` - Get help analyzing review history
- `study_japanese_vocab_prompt()` - Get help with Japanese vocabulary study
- `vocab_sentences_json_prompt()` - Generate JSON dictionary mapping vocab to sample sentences
- Expression (Japanese word)
- Meaning (English meaning)
- Reading (with furigana and sample sentences)
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.