Japanese Vocab Anki MCP Server
@vionwinnie
关于 Japanese Vocab Anki MCP Server
Japanese Vocab Anki MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jap-vocab-anki-mcp-server": {
"command": "python",
"args": [
"-m",
"anki_mcp.server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Japanese Vocab Anki MCP Server?
A Model Context Protocol server that enables Language Models to interact with Anki decks programmatically, with dedicated support for Japanese language learning. It allows listing, viewing, adding, and reviewing cards, importing Japanese vocabulary, and adding sample sentences.
How to use Japanese Vocab Anki MCP Server?
Clone the repository, optionally set the ANKI_COLLECTION_PATH environment variable to your collection.anki2 file, and run python -m anki_mcp.server. Ensure Anki is not running to avoid database locks.
Key features of Japanese Vocab Anki MCP Server
- List and view available Anki decks
- Add new cards to any deck
- Review cards with spaced repetition ease
- Import Japanese vocabulary from CSV
- Add sample sentences to vocabulary notes
- Track review history and learning progress
Use cases of Japanese Vocab Anki MCP Server
- Generate fill-in-the-blank exercises using recently reviewed Japanese vocabulary
- Convert sentences into structured JSON and update Anki cards
- Add example sentences to vocabulary cards for contextual learning
- Analyze review history to adjust study habits
- Script batch imports of Japanese vocabulary decks
FAQ from Japanese Vocab Anki MCP Server
What note type is required for Japanese vocabulary?
The server expects a note type named "Japanese (recognition)" with fields: Expression, Meaning, and Reading (for furigana and sample sentences).
How do I avoid database conflicts?
Ensure Anki is not running before starting the server to prevent database locks.
Can I point the server to a specific Anki collection?
Yes, set the ANKI_COLLECTION_PATH environment variable to the full path of your collection.anki2 file.
What tools are available for card management?
The server provides add_card, review_card, get_card_history, import_japanese_vocab, update_notes_with_sentences, and get_deck_review_history.
What prompts does the server include?
Four prompts: create_deck_prompt, review_history_prompt, study_japanese_vocab_prompt, and vocab_sentences_json_prompt.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论