JLPT Study MCP Server
Allows interaction with Anki flashcards via AnkiConnect, including retrieving due cards and logging study sessions.
Click on "Install 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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NeuralDarsh/jlpt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server