Loading MCP server directory, please wait...
Convert PDF bank statements into transactions that arrive with a pass/fail reconciliation verdict.
npx @getmcp/cli add com.bankstatementsheet/bank-statement-sheet-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.bankstatementsheet/bank-statement-sheet-mcp": {
"command": "npx",
"args": [
"-y",
"bank-statement-sheet-mcp"
],
"env": {
"BSS_API_KEY": "",
"BSS_ALLOWED_DIRS": "",
"BSS_MAX_FILE_MB": ""
}
}
}
}