Skip to main content
Glama

Integrator MCP Server

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.
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A Model Context Protocol server that allows AI assistants to invoke and interact with Integrator automation workflows through an API connection.

  1. How It Works
    1. Benefits
      1. Usage with Claude Desktop
        1. Prerequisites
        2. Installation

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
        Last updated -
        13
        Python
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.
        Last updated -
        417
        985
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
        Last updated -
        16
        1
        TypeScript
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.
        Last updated -
        Python
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/boostspace/integrator-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server