Adfin
The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with Adfin.
Ads
Overview
- MacOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh - Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" 1. Download Claude Desktop. 2. Launch Claude and go to Settings > Developer > Edit Config. 3. Modify claude_desktop_config.json with: json { "mcpServers": { "Adfin": { "command": "<home_path>/.local/bin/uv", "args": [ "--directory", "<absolute_path_to_adfin_mcp_folder>", "run", "main_adfin_mcp.py" ], "env": { "ADFIN_EMAIL": "<email>", "ADFIN_PASSWORD": "<password>" } }, "filesystem": { "command": "<home_path>/.local/bin/uv", "args": [ "--directory", "<absolute_path_to_adfin_mcp_folder>", "run", "filesystem.py" ] } } } 4. Relaunch Claude Desktop.
Installation
<home_path>/.local/bin/uv --directory <absolute_path_to_adfin_mcp_folder> run main_adfin_mcp.py
Configuration
{
"mcpServers": {
"Adfin": {
"command": "<home_path>/.local/bin/uv",
"args": [
"--directory",
"<absolute_path_to_adfin_mcp_folder>",
"run",
"main_adfin_mcp.py"
],
"env": {
"ADFIN_EMAIL": "<email>",
"ADFIN_PASSWORD": "<password>"
}
},
"filesystem": {
"command": "<home_path>/.local/bin/uv",
"args": [
"--directory",
"<absolute_path_to_adfin_mcp_folder>",
"run",
"filesystem.py"
]
}
}
}Capabilities
- Check credit control status
Ask the assistant to retrieve the current credit control status for your account using the Adfin API.
- Create a new invoice
Have the assistant create an invoice with a specified amount, recipient, email, and due date.
- Upload invoice files from a folder
Ask the assistant to upload multiple PDF invoices from a local directory on your machine.
Tags
- payment
- finance
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.