This is a keyless gateway to Jisho.org's Japanese-English dictionary data, hosted by Pipeworx. The source doesn't list specific tools, but it's built for querying Japanese word definitions, kanji lookups, and translations without managing API keys yourself. You can call tools directly or use the ask_pipeworx interface to query in plain English and let the gateway route to the right endpoint. It's part of a larger gateway offering 780+ data sources, so you can add just the Jisho endpoint or connect to the full Pipeworx hub. Useful when you're building language learning tools, translation features, or anything that needs programmatic access to Japanese dictionary data without the authentication overhead.
Jisho.org Japanese-English dictionary MCP (keyless).
Part of Pipeworx — an MCP gateway connecting AI agents to 780+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"jisho": {
"url": "https://gateway.pipeworx.io/jisho/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 780+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Jisho data" })
The gateway picks the right tool and fills the arguments automatically.
MIT