Skip to content
Cursor

Japan Utils for Cursor

io.github.vivek081166/japan-utils-mcp

Japan utilities for AI agents: era, romaji, postal codes, holidays, kana, name splitting.

client:Cursor transport:stdio runtime:pypi

Install Japan Utils in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "japan-utils-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "japan-utils-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Japan Utils in other clients