Skip to content
Claude Desktop

Statement Normalizer for Claude Desktop

io.github.jfortier93/statement-normalizer-mcp

Deterministic bank-statement parsing: messy CSV/OFX to clean categorized rows. In-memory only.

client:Claude Desktop transport:streamable-http

Install Statement Normalizer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "statement-normalizer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://statement-normalizer.mcpize.run"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Statement Normalizer in other clients