MCP server for analyzing Japanese text with morphological analysis
If you want an AI assistant working directly with MCP JapaneseTextAnalyzer, the mcp japanesetextanalyzer mcp server is the bridge. MCP server for analyzing Japanese text with morphological analysis.
ファイルの文字数を計測します。絶対パスを指定してください(Windows形式 C:\Users...、またはWSL/Linux形式 /c/Users/... のどちらも可)。スペースや改行を除いた実質的な文字数をカウントします。
Once connected, the assistant can call these 6 tools directly:
count_chars — ファイルの文字数を計測します。絶対パスを指定してください(Windows形式 C:\Users...、またはWSL/Linux形式 /c/Users/... のどちらも可)。スペースや改行を除いた実質的な文字数をカウントします。count_words — ファイルの単語数を計測します。絶対パスを指定してください(Windows形式 C:\Users...、またはWSL/Linux形式 /c/Users/... のどちらも可)。英語ではスペースで区切られた単語をカウントし、日本語では形態素解析を使用します。count_clipboard_chars — The count_clipboard_chars tool exposed by this servercount_clipboard_words — The count_clipboard_words tool exposed by this serveranalyze_text — The analyze_text tool exposed by this serveranalyze_file — The analyze_file tool exposed by this serverThe server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP JapaneseTextAnalyzer sits in that group, and the shape of its toolset — count_chars, count_words, count_clipboard_chars among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| count_chars | ファイルの文字数を計測します。絶対パスを指定してください(Windows形式 C:\Users\...、またはWSL/Linux形式 /c/Users/... のどちらも可)。スペースや改行を除いた実質的な文字数をカウントします。 |
| count_words | ファイルの単語数を計測します。絶対パスを指定してください(Windows形式 C:\Users\...、またはWSL/Linux形式 /c/Users/... のどちらも可)。英語ではスペースで区切られた単語をカウントし、日本語では形態素解析を使用します。 |
| count_clipboard_chars | The count_clipboard_chars tool exposed by this server. |
| count_clipboard_words | The count_clipboard_words tool exposed by this server. |
| analyze_text | The analyze_text tool exposed by this server. |
| analyze_file | The analyze_file tool exposed by this server. |
{
"mcpServers": {
"japanesetextanalyzer": {
"command": "npx",
"args": ["-y", "@smithery/cli"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.