Skip to content
Cursor

shiwake mcp for Cursor

io.github.ushikundesuyo/shiwake-mcp

Journal entry testing (JET) for accounting audits. 11 screening rules, zero dependencies.

client:Cursor transport:stdio runtime:npm

Install shiwake mcp in Cursor

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

{
  "mcpServers": {
    "shiwake-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shiwake-mcp"
      ]
    }
  }
}

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

shiwake mcp in other clients