Use this MCP server to Jisho, the Japanese English dictionary. Words, kanji, readings, and...
claude mcp add jisho-mcp -- npx -y jisho-mcp
claude_desktop_config.json
{
"mcpServers": {
"jisho-mcp": {
"command": "npx",
"args": [
"-y",
"jisho-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"jisho-mcp": {
"command": "npx",
"args": [
"-y",
"jisho-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"jisho-mcp": {
"command": "npx",
"args": [
"-y",
"jisho-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"jisho-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jisho-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"jisho-mcp": {
"command": "npx",
"args": [
"-y",
"jisho-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--jisho-mcp/reviews or the review_server meta-tool.
POST /mcp