A favicon of Integrator Automation Server

Integrator Automation Server

Integrator MCP Server

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install boostspace/integrator-mcp-server -c claude

This command will automatically install and configure the Integrator Automation Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Integrator Automation Server": {
      "command": "npx",
      "args": [
        "-y",
        "@boostspace/integrator-mcp-server"
      ],
      "env": {
        "INTEGRATOR_API_KEY": "<your-api-key>",
        "INTEGRATOR_TEAM": "<your-team-id>"
      }
    }
  }
}

Integrator MCP Server (legacy)

A Model Context Protocol server that enables Integrator scenarios to be utilized as tools by AI assistants. This integration allows AI systems to trigger and interact with your Integrator automation workflows.

Note: This project is a fork of software originally developed by Make (MIT licensed).
It has been modified and is maintained by Boost.space.

How It Works

The MCP server:

  • Connects to your Integrator account and identifies all scenarios configured with "On-Demand" scheduling
  • Parses and resolves input parameters for each scenario, providing AI assistants with meaningful parameter descriptions
  • Allows AI assistants to invoke scenarios with appropriate parameters
  • Returns scenario output as structured JSON, enabling AI assistants to properly interpret the results

Benefits

  • Turn your Integrator scenarios into callable tools for AI assistants
  • Maintain complex automation logic in Integrator while exposing functionality to AI systems
  • Create bidirectional communication between your AI assistants and your existing automation workflows

Usage with Claude Desktop

Prerequisites

  • NodeJS
  • MCP Client (like Claude Desktop App)
  • Integrator API Key with scenarios:read and scenarios:run scopes

Installation

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

{
    "mcpServers": {
        "integrator": {
            "command": "npx",
            "args": ["-y", "@boostspace/integrator-mcp-server"],
            "env": {
                "INTEGRATOR_API_KEY": "<your-api-key>",
                "INTEGRATOR_TEAM": "<your-team-id>"
            }
        }
    }
}
  • INTEGRATOR_API_KEY - You can generate an API key in your Integrator profile.
  • INTEGRATOR_TEAM - You can find the ID in the URL of the Team page.
Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    2 months ago
  • Repository age


    2 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Integrator Automation Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Integrator Automation Server: MCP Server – MCP.Bar