Database · MODEL CONTEXT PROTOCOL

vionwinnie jap vocab anki mcp server

Japanese Vocab Anki MCP Server

WHAT IT CONNECTS

vionwinnie jap vocab anki mcp server 为 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

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。