taxformatter for Zed
io.github.sean-bravo/taxformatter
Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger.
client:Zed
transport:stdio
runtime:npm
Install taxformatter in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"taxformatter": {
"command": "npx",
"args": [
"-y",
"@taxformatter/mcp-server"
],
"env": {
"TAXFORMATTER_API_KEY": "<TAXFORMATTER_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs