JLPT Study Server
БесплатноНе проверенConnects Claude Desktop to personal Japanese study data, including Anki due cards and a study session log, enabling card retrieval, session logging, streak trac
Описание
Connects Claude Desktop to personal Japanese study data, including Anki due cards and a study session log, enabling card retrieval, session logging, streak tracking, and interactive quizzes.
README
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 | get_due_cards — pulls due flashcards live from Anki via AnkiConnect |
| Tool | log_study_session — appends a study session to a local JSON log |
| Tool | study_streak — computes current daily streak from logged sessions |
| Resource | study://progress — read-only summary stats Claude can pull in as context |
| Prompt | quiz_me — a reusable template that turns due cards into an interactive quiz |
| Transport | stdio (local, per Introduction to MCP course) |
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.
Установка JLPT Study Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/NeuralDarsh/jlpt-mcp-serverFAQ
JLPT Study Server MCP бесплатный?
Да, JLPT Study Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для JLPT Study Server?
Нет, JLPT Study Server работает без API-ключей и переменных окружения.
JLPT Study Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить JLPT Study Server в Claude Desktop, Claude Code или Cursor?
Открой JLPT Study Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare JLPT Study Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
