PluginBench
MCP Server

AppDirect MCP MCP Server

io.github.Servosity/appdirect-mcp

What is the AppDirect MCP MCP server?

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

How to install AppDirect MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APPDIRECT_CLIENT_ID
    required
    secret

    Set the APPDIRECT_CLIENT_ID credential for the AppDirect MCP server.

  • APPDIRECT_CLIENT_SECRET
    required
    secret

    Set the APPDIRECT_CLIENT_SECRET credential for the AppDirect MCP server.

  • APPDIRECT_OAUTH_SCOPE

    Optional. Overrides the OAuth2 scope sent to AppDirect (default: ROLE_PARTNER ROLE_PARTNER_READ).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "appdirect-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/appdirect-v0.1.0/appdirect-mcp.mcpb",
      "args": [],
      "env": {
        "APPDIRECT_CLIENT_ID": "<YOUR_APPDIRECT_CLIENT_ID>",
        "APPDIRECT_CLIENT_SECRET": "<YOUR_APPDIRECT_CLIENT_SECRET>",
        "APPDIRECT_OAUTH_SCOPE": "<YOUR_APPDIRECT_OAUTH_SCOPE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "appdirect-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/appdirect-v0.1.0/appdirect-mcp.mcpb",
      "args": [],
      "env": {
        "APPDIRECT_CLIENT_ID": "<YOUR_APPDIRECT_CLIENT_ID>",
        "APPDIRECT_CLIENT_SECRET": "<YOUR_APPDIRECT_CLIENT_SECRET>",
        "APPDIRECT_OAUTH_SCOPE": "<YOUR_APPDIRECT_OAUTH_SCOPE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "appdirect-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/appdirect-v0.1.0/appdirect-mcp.mcpb",
      "args": [],
      "env": {
        "APPDIRECT_CLIENT_ID": "<YOUR_APPDIRECT_CLIENT_ID>",
        "APPDIRECT_CLIENT_SECRET": "<YOUR_APPDIRECT_CLIENT_SECRET>",
        "APPDIRECT_OAUTH_SCOPE": "<YOUR_APPDIRECT_OAUTH_SCOPE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "appdirect-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/appdirect-v0.1.0/appdirect-mcp.mcpb",
      "args": [],
      "env": {
        "APPDIRECT_CLIENT_ID": "<YOUR_APPDIRECT_CLIENT_ID>",
        "APPDIRECT_CLIENT_SECRET": "<YOUR_APPDIRECT_CLIENT_SECRET>",
        "APPDIRECT_OAUTH_SCOPE": "<YOUR_APPDIRECT_OAUTH_SCOPE>"
      }
    }
  }
}
Claude Code
claude mcp add appdirect-mcp --env APPDIRECT_CLIENT_ID=<YOUR_APPDIRECT_CLIENT_ID> --env APPDIRECT_CLIENT_SECRET=<YOUR_APPDIRECT_CLIENT_SECRET> --env APPDIRECT_OAUTH_SCOPE=<YOUR_APPDIRECT_OAUTH_SCOPE> -- https://github.com/Servosity/msp-skills/releases/download/appdirect-v0.1.0/appdirect-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →

Every Autotask entity at the command line, plus a local SQLite mirror that answers ticket-aging

View repository →