Search Japanese onomatopoeia by scene, not by spelling. 161 entries with nuance explained in Japanese and English. Fully offline MCP server, no API key required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jp-onomatopoeia-mcp-": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/jp-onomatopoeia-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jp-onomatopoeia-mcp- npx -y h-kazuki-pixel/jp-onomatopoeia-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jp-onomatopoeia-mcp-": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/jp-onomatopoeia-mcp-server"
]
}
}
}
📋 Copy