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
{
"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