drio
Open app

Mcp Server Adfin

Source

A Model Context Protocol Server for connecting with Adfin APIs

Catalog onlyCatalog onlySTDIO

Overview

Mcp Server Adfin is a Model Context Protocol Server designed to connect with Adfin APIs, enabling seamless integration and interaction with various Adfin services.

To use Mcp Server Adfin, follow these steps:

  1. Install the required dependencies, including Python 3.10 or higher and the uv tool.
  2. Configure the Claude Desktop application to recognize the Adfin MCP server settings.
  3. Launch Claude Desktop and interact with the assistant to perform tasks using Adfin APIs.
  • Connects with Adfin APIs for various functionalities. - Supports commands for credit control status checks and invoice management. - Easy integration with Claude Desktop for enhanced user experience.
  1. Requesting credit control status checks through natural language commands.
  2. Creating and managing invoices directly via the assistant.
  3. Uploading multiple invoices from a specified folder.

Add to your AI client

Use these steps to connect Mcp Server Adfin in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-adfin-adfin-engineering": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-adfin-adfin-engineering"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-adfin-adfin-engineering": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-adfin-adfin-engineering"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-adfin-adfin-engineering": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-adfin-adfin-engineering"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-adfin-adfin-engineering": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-adfin-adfin-engineering"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-adfin-adfin-engineering": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-adfin-adfin-engineering"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-adfin-adfin-engineering": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-adfin-adfin-engineering"
      ]
    }
  }
}

FAQ

What are the system requirements for Mcp Server Adfin?

You need Python 3.10 or higher and the uv tool installed on your system.

Is there a graphical interface for Mcp Server Adfin?

Yes, it integrates with Claude Desktop, providing a user-friendly interface for interaction.

Can I use Mcp Server Adfin for other API integrations?

Currently, it is specifically designed for Adfin APIs, but it may support additional integrations in the future.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3596,"uuid":"1e261d3d-d1ad-423c-a338-500bc6fdc351","name":"mcp-server-adfin","title":"Mcp Server Adfin","description":"A Model Context Protocol Server for connecting with Adfin APIs","avatar_url":"https://avatars.githubusercontent.com/u/204034320?v=4","created_at":"2025-03-20T12:41:43.432Z","updated_at":"2025-03-20T12:42:36.828Z","status":"created","author_name":"Adfin-Engineering","author_avatar_url":"https://avatars.githubusercontent.com/u/204034320?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Adfin-Engineering/mcp-server-adfin","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"5\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-20 15:09:40\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Mcp Server Adfin — MCP Registry