taxformatter for Windsurf
io.github.sean-bravo/taxformatter
Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger.
client:Windsurf
transport:stdio
runtime:npm
Install taxformatter in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"taxformatter": {
"command": "npx",
"args": [
"-y",
"@taxformatter/mcp-server"
],
"env": {
"TAXFORMATTER_API_KEY": "<TAXFORMATTER_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs