MCP Integration Suite MCP Server

MCP Server für Integration Package Management

Local serverstdio

What is the MCP Integration Suite MCP server?

MCP Integration Suite MCP server exists for a simple reason — assistants are far more useful when they can act on MCP Integration Suite directly instead of describing what you should do. MCP Server für Integration Package Management.

What you get

DISCLAIMER: This server is still experimental. Use at your own risk! # MCP Integration Suite Server

What the assistant can call

Once MCP Integration Suite is connected, these are the calls the assistant has available:

  • packages — Get all integration packages
  • package — Get content of an integration package by name
  • create-package — Create a new integration package
  • get-iflow — Get the data of an IFlow and contained resources
  • create-empty-iflow — Create an empty IFlow
  • update-iflow — Update or create files/content of an IFlow
  • get-iflow-endpoints — Get endpoints of IFlow and its URLs/Protocols
  • iflow-image — Get the IFlow logic shown as a diagram
  • deploy-iflow — Deploy an IFlow
  • get-iflow-configurations — Get all configurations of an IFlow
  • get-all-iflows — Get a list of all available IFlows in a Package
  • get-messagemapping — Get data of a Message Mapping

Configuration and credentials

NodeJs and NPM (Node Version > 20 because of native NodeJS fetch)

Setting it up

Installation goes through your MCP client rather than a global install: point it at npm on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Choosing this one

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Integration Suite's toolset — packages, package, create-package and 11 more — is a fair guide to whether it matches your workflow. It is maintained by 1nbuc; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Integration Suite.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp integration suite mcp server does with a few real requests.

Available tools

ToolWhat it does
packagesGet all integration packages
packageGet content of an integration package by name
create-packageCreate a new integration package
get-iflowGet the data of an IFlow and contained resources
create-empty-iflowCreate an empty IFlow
update-iflowUpdate or create files/content of an IFlow
get-iflow-endpointsGet endpoints of IFlow and its URLs/Protocols
iflow-imageGet the IFlow logic shown as a diagram
deploy-iflowDeploy an IFlow
get-iflow-configurationsGet all configurations of an IFlow
get-all-iflowsGet a list of all available IFlows in a Package
get-messagemappingGet data of a Message Mapping
update-message-mappingUpdate Message Mapping files/content
deploy-message-mappingDeploy a message-mapping

How to install the MCP Integration Suite MCP server

{
  "mcpServers": {
    "integration-suite": {
      "command": "npx",
      "args": ["-y", "npm"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

NodeJs and NPM (Node Version > 20 because of native NodeJS fetch)

Example prompts to try

  • Use MCP Integration Suite to packages.
  • Use MCP Integration Suite to package.
  • Use MCP Integration Suite to create-package.

Frequently asked questions

It connects MCP Integration Suite to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (packages, package, create-package, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Integration Suite directly.