Skip to content
Cursor

taxformatter for Cursor

io.github.sean-bravo/taxformatter

Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger.

client:Cursor transport:stdio runtime:npm

Install taxformatter in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "taxformatter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@taxformatter/mcp-server"
      ],
      "env": {
        "TAXFORMATTER_API_KEY": "<TAXFORMATTER_API_KEY>"
      }
    }
  }
}

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

taxformatter in other clients