Connect AI assistants like Claude to manage your receipts and bank transactions using natural language. Automatically match receipts to transactions, analyze spending patterns, and review financial data conversationally.
Server Config
{
"mcpServers": {
"mintline": {
"command": "npx",
"args": [
"-y",
"@mintline/mcp"
],
"env": {
"MINTLINE_API_KEY": "your_api_key_here"
}
}
}
}