wanikani-mcp

underyx/wanikani-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server for the WaniKani API
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wanikani-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "underyx/wanikani-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server for the [WaniKani API](https://docs.api.wanikani.com/20170710/), so your AI tools can check your lessons and reviews, look up kanji and vocabulary, analyze your progress, and even submit reviews for you. It runs in two ways: - **Remote (streamable HTTP)** — deployed on Vercel. Clients that can send headers (Claude Code, Cursor) pass your WaniKani token per-request in the `Authorization` header; clients that can't (claude.ai) log in through a built

Tools (14)

VERCEL_ORG_IDVERCEL_PROJECT_IDVERCEL_TOKENcreate_reviewget_summaryget_userlist_assignmentslist_level_progressionslist_resetslist_review_statisticslist_spaced_repetition_systemslist_voice_actorsstart_assignmentupdate_user_preferences