Your ModuleX workflows, one message away. Publish once; OpenClaw runs them from any chat.
api.modulex.dev/mcp/servestreamable HTTPmx_mcp_key via X-API-Key
you › Keep an eye on the support inbox while I’m out.
openclaw › On it. Anything urgent lands here the moment it arrives.
Four steps, one key. Publish once in ModuleX, paste one block into OpenClaw, and the tools are live.
- 01Publish a serverIn Settings › ModuleX MCP, choose what it exposes: workflows, Files, Knowledge. Paid plan; owner or admin.
- 02Copy the keyOne mx_mcp_ key, shown once. Rotation issues a replacement.
- 03Add the configPoint the client at your private endpoint. The exact snippet is below.
- 04Ask from the clientTools appear on the next list. Calls are metered in credits; listing is free.
{
"mcp": {
"servers": {
"modulex": {
"url": "https://api.modulex.dev/mcp/serve/{server_id}",
"transport": "streamable-http",
"headers": { "X-API-Key": "${MODULEX_MCP_KEY}" }
}
}
}
}Replace the endpoint placeholder with your server URL from the Overview tab, and do not add an X-Organization-ID header; the MCP endpoint does not use one. Full client guide in the docs
Workflows, Files, Knowledge. That is what OpenClaw sees; each with a name, description, and input schema.
The 179-integration catalog is not published directly: OpenClaw calls one tool, the workflow does the cross-tool work. Browse the integrations
ModuleX MCP at a glance. Straight from the docs.
Workflows teams expose first. Build one from a sentence, deploy it, and it becomes a tool OpenClaw can call.
Also connects toClaude Code
Cursor
Codex
Hermes
ModuleX MCP and OpenClaw.
Not directly. ModuleX MCP publishes your deployed workflows, Files, and Knowledge as tools, not the third-party integration catalog. The workflows themselves are what act across the tools your organization has connected.
OpenClaw hears you. Your workflows act.
Workflows to build firstThe tools they act across
OpenClaw is an open-source project (MIT). ModuleX is an independent MCP server and is not affiliated with the OpenClaw project.