Back to directory
Adfin-Engineering/mcp-server-adfin

Adfin-Engineering/mcp-server-adfin

@Adfin-Engineering10

A Model Context Protocol Server enabling AI assistants to interact with Adfin APIs for tasks like credit control status checks and invoice management

adfinfinanceinvoicingcredit-controlpython

Installation & 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"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/19
Updated
2026/6/8