Yomitan MCP Server
The Yomitan MCP Server provides AI agents with offline access to local Yomitan dictionary databases for Japanese language processing and Anki flashcard generation.
Vocabulary lookup (
lookup): Search for Japanese terms to retrieve definitions, readings, and tags from your local Yomitan dictionaries.Kanji details (
kanji): Get detailed information about a single kanji character, including readings, stroke count, and meaning.Tokenization (
tokenize): Break down Japanese sentences into morphological tokens with readings and dictionary entries, using either the internal parser or MeCab.Anki flashcard generation (
anki_fields): Produce populated Anki card field data from text using your Yomitan templates and specified markers.Discover Anki markers (
anki_discover): Auto-detect valid Anki field markers (e.g.,{expression},{glossary}) for your specific Yomitan setup.Status check (
status): Verify the connection state and version of your local Yomitan backend.
All operations run entirely offline on your local machine and work with MCP-compatible clients like Claude Desktop and Cursor.
Enables the generation of populated Anki flashcard fields using Yomitan templates for vocabulary and kanji entries.
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., "@Yomitan MCP Serverlook up the meaning and readings for the word 雰囲気"
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.
Yomitan MCP Server
A Model Context Protocol (MCP) server that provides AI agents with direct access to your local Yomitan dictionary databases.
Overview
This MCP server connects to the Yomitan browser extension's existing Native Messaging HTTP API (typically running on localhost:19633). It allows any MCP-compatible client (like OpenClaw, Claude Desktop, or Cursor) to perform rich dictionary lookups instantly, completely offline, and without any browser automation.
Managed by GoRakuDo.
Features (MCP Tools)
The server exposes 6 tools:
lookup— Search for a vocabulary word and return definitions, readings, and tags. (Optimized for AI context)kanji— Search for detailed information about a single Kanji character.tokenize— Parse a Japanese sentence into tokens and dictionary entries.anki_discover— (New in v1.2.0) Auto-detect which Anki field markers (like{expression},{glossary}) are valid in your specific Yomitan setup.anki_fields— Generate populated Anki flashcard fields based on your Yomitan templates.status— Check the connection status and version of your Yomitan backend.
Prerequisites
Yomitan Browser Extension installed in Chrome/Firefox.
Native Messaging enabled in Yomitan.
Yomitan API enabled in Yomitan Settings:
Go to Yomitan Settings -> Advanced.
Enable "Yomitan API" (Ensure the server URL is
http://127.0.0.1:19633).
Node.js (v18+) installed.
Usage
You can run this MCP server directly using npx (no installation required):
npx yomitan-mcp-serverUsage with MCP Clients (Claude Desktop, Cursor, OpenClaw, etc.)
Add the following configuration to your MCP client's configuration file (e.g., mcp_config.json, claude_desktop_config.json):
{
"mcpServers": {
"yomitan-mcp": {
"command": "npx",
"args": [
"-y",
"yomitan-mcp-server@latest"
]
}
}
}Anki Integration
To use anki_fields effectively:
Configure your Anki Note Type and field mappings in Yomitan Settings -> Anki -> "Configure Anki card format...".
Use
anki_discoverfirst to see which markers (e.g.,expression,reading,glossary,single-glossary-DictionaryName) are available in your setup.If you encounter HTTP 500 errors, ensure you are using the correct marker names found via
anki_discover.
Security & Privacy
All lookups are performed entirely locally on your machine.
No data is sent to external servers by this MCP server.
The default HTTP API operates strictly on
localhost.
Troubleshooting
Connection Refused (
ECONNREFUSED): Ensure the browser with Yomitan is running. Check that "Enable Yomitan API" is turned on in the extension's Advanced Settings.HTTP 500 Errors in anki_fields: This usually means a marker name is invalid or not mapped. Run
anki_discoverto verify your available markers.Insufficient Permissions: Ensure the Native Messaging component is correctly installed for your browser. You can test this within the Yomitan Settings page under "API".
Built by GoRakuDo. Licensed under Mozilla Public License Version 2.0.
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
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/GoRakuDo/yomitan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server