- Home
- MCP servers
- Genji
Genji
- typescript
0
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"nakamura196-genji-mcp-server": {
"command": "npx",
"args": [
"@nakamura196/genji-mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}You can run a dedicated MCP server that exposes the Genji API for classical Japanese literature analysis and search. This server lets you perform health checks, advanced text searches with normalization, and previews of normalization rules, enabling AI assistants to work with historical Japanese texts more effectively.
How to use
After you have the Genji MCP Server running, you interact with it through an MCP client to perform health checks, search classical texts, and explore normalization features. Use the health check to verify API availability, run text searches with your queries, and ask for previews of how text will be normalized before processing.
How to install
npm install -g @nakamura196/genji-mcp-server
Next, configure your MCP client (Claude Desktop) to load the Genji MCP server. Use one of the following configurations depending on how you installed the server.
{
"mcpServers": {
"genji": {
"command": "npx",
"args": ["@nakamura196/genji-mcp-server"]
}
}
}
Configuration
If you installed the server globally, you can point the client to the local binary directly.
{
"mcpServers": {
"genji": {
"command": "genji-mcp-server"
}
}
}
Available tools
genji_health_check
Checks the health and availability of the Genji API.
genji_search
Searches classical Japanese texts with advanced normalization options.
genji_get_normalization_rules
Retrieves the list of available text normalization rules.
genji_preview_normalization
Previews how text would be normalized with current rules.