Loading MCP server directory, please wait...
Parse crypto CSVs and bank PDFs into clean transaction data for Koinly, TurboTax, CoinLedger.
npx @getmcp/cli add io.github.Sean-Bravo/taxformatterRequires Node.js 18+. Community-contributed server. Review source before installing.
TAXFORMATTER_API_KEYYour TaxFormatter API key (starts with tf_live_). Get one free at taxformatter.com/dashboard/developer
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Sean-Bravo/taxformatter": {
"command": "npx",
"args": [
"-y",
"@taxformatter/mcp-server"
],
"env": {
"TAXFORMATTER_API_KEY": ""
}
}
}
}