PluginBench
MCP Server

Action1 MCP MCP Server

io.github.Servosity/action1-mcp

What is the Action1 MCP MCP server?

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

How to install Action1 MCP

Copy-paste configuration for popular MCP clients.

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

    Set the ACTION1_CLIENT_ID credential for the Action1 MCP server.

  • ACTION1_CLIENT_SECRET
    required
    secret

    Set the ACTION1_CLIENT_SECRET credential for the Action1 MCP server.

  • ACTION1_REGION
    required
    secret

    Set the ACTION1_REGION credential for the Action1 MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "action1-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/action1-v0.1.0/action1-mcp.mcpb",
      "args": [],
      "env": {
        "ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
        "ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
        "ACTION1_REGION": "<YOUR_ACTION1_REGION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "action1-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/action1-v0.1.0/action1-mcp.mcpb",
      "args": [],
      "env": {
        "ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
        "ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
        "ACTION1_REGION": "<YOUR_ACTION1_REGION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "action1-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/action1-v0.1.0/action1-mcp.mcpb",
      "args": [],
      "env": {
        "ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
        "ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
        "ACTION1_REGION": "<YOUR_ACTION1_REGION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "action1-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/action1-v0.1.0/action1-mcp.mcpb",
      "args": [],
      "env": {
        "ACTION1_CLIENT_ID": "<YOUR_ACTION1_CLIENT_ID>",
        "ACTION1_CLIENT_SECRET": "<YOUR_ACTION1_CLIENT_SECRET>",
        "ACTION1_REGION": "<YOUR_ACTION1_REGION>"
      }
    }
  }
}
Claude Code
claude mcp add action1-mcp --env ACTION1_CLIENT_ID=<YOUR_ACTION1_CLIENT_ID> --env ACTION1_CLIENT_SECRET=<YOUR_ACTION1_CLIENT_SECRET> --env ACTION1_REGION=<YOUR_ACTION1_REGION> -- https://github.com/Servosity/msp-skills/releases/download/action1-v0.1.0/action1-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 →

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

View repository →

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

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 →