JLPT Study MCP Server
Allows interaction with Anki flashcards via AnkiConnect, including retrieving due cards and logging study sessions.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JLPT Study MCP ServerWhat Japanese cards do I have due today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JLPT Study MCP Server
A tiny Model Context Protocol server that connects Claude Desktop to my personal Japanese study data — Anki due cards and a local study session log. Built after completing Anthropic's Introduction to MCP and MCP Advanced Topics courses, as a way to apply what those courses taught instead of just collecting the certificates.
What it demonstrates
MCP Primitive | Implementation |
Tool |
|
Tool |
|
Tool |
|
Resource |
|
Prompt |
|
Transport | stdio (local, per Introduction to MCP course) |
Related MCP server: Anki MCP Server
Setup
Install Anki (free) and the AnkiConnect add-on, then restart Anki.
Create a virtual environment and install dependencies:
python3 -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txtRegister the server with Claude Desktop by adding it to
claude_desktop_config.json(see below).Restart Claude Desktop. You should see a 🔨 tools icon confirming the server connected.
Example usage in Claude Desktop
"What Japanese cards do I have due today?"
"I just finished a 25 minute Bunpro lesson on te-form, log it."
"What's my study streak?"
"Quiz me on today's deck."
Stretch goal
v1 uses stdio transport (local only). A planned v2 migrates to StreamableHTTP so the server could run on a small remote host instead of only on my own machine — applying the transport concepts from the Advanced Topics course.
Tech
Python, MCP Python SDK (FastMCP), AnkiConnect API.
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect Claude to your Intervals.icu watch data for fitness, workout review, and plan writing.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Related MCP Servers
- AlicenseBqualityDmaintenanceConnects Claude Desktop to Anki, allowing retrieval and analysis of leech-tagged cards and adding review tags through natural language requests.286 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Anki desktop app for spaced repetition learning. Supports reviewing due cards, creating new flashcards, and managing study sessions through natural language commands.MIT
- FlicenseNot gradedqualityNot gradedmaintenanceEnables AI assistants like Claude to interact with Anki flashcard decks through AnkiConnect. Supports creating and managing decks, basic and cloze deletion cards, searching existing cards, and organizing content with tags.-
- AlicenseNot gradedqualityNot gradedmaintenanceConnects Claude to Anki flashcard software via AnkiConnect, enabling users to review due cards, create flashcards, and manage spaced repetition learning through natural language conversations.MIT