Skip to main content

assemblix-mcp

MCP server for Assemblix. Author, run & inspect your project's workflows from any MCP client using a single project API key (sk_...). projectId is never needed — the key defines the project.

Get your sk_ key from the project's API keys page in the Assemblix UI.

Install

Hosted (easiest — nothing to install)

claude mcp add --transport http assemblix https://mcp.assmblx.com \
  --header "Authorization: Bearer sk_your_key"

Local via uvx (privacy / self-host)

claude mcp add assemblix \
  --env ASSEMBLIX_API_KEY=sk_your_key \
  --env ASSEMBLIX_API_URL=https://app.assmblx.com \
  -- uvx assemblix-mcp

Claude Desktop / Cursor (JSON config)

{
  "mcpServers": {
    "assemblix": {
      "command": "uvx",
      "args": ["assemblix-mcp"],
      "env": {
        "ASSEMBLIX_API_KEY": "sk_your_key",
        "ASSEMBLIX_API_URL": "https://app.assmblx.com"
      }
    }
  }
}

For the hosted server, use your client's "add custom connector → URL + header" flow.

Configuration

Env var Default Notes
ASSEMBLIX_API_URL https://app.assmblx.com Base URL of your Assemblix instance
ASSEMBLIX_API_KEY Project sk_ key. Required for stdio; for hosted HTTP the Authorization header is used instead
ASSEMBLIX_MCP_TRANSPORT stdio stdio or http
ASSEMBLIX_MCP_HOST / ASSEMBLIX_MCP_PORT 0.0.0.0 / 8000 HTTP transport bind

Tools

Workflow authoring: list_node_types, list_workflows, get_workflow, create_workflow, update_workflow, publish_workflow Run & inspect: run_workflow, run_workflow_and_wait, get_execution, list_executions, get_execution_detail, list_in_flight Voice agents: list_conversation_voices, list_voice_agents, get_voice_agent, create_voice_agent, update_voice_agent, delete_voice_agent, list_voice_calls, get_voice_call

Resources: assemblix://examples/minimal, assemblix://examples/branching (example workflow JSON), assemblix://guides/execution (how to call a workflow from your product — sync/async/streaming/sessions/voice, with curl/JS/Python examples), assemblix://guides/voice-agents (what a voice agent is, the call WebSocket protocol, analysis hooks, reading calls back). Prompts: author_workflow, integrate_workflow, integrate_voice_agent.

Workflow lifecycle: create_workflow → update_workflow(nodes, edges) → publish_workflow → run_workflow. Runs always execute the published snapshot. AGENT nodes need a provider credential configured in the Assemblix UI.

A voice agent is a different thing: no graph, no publish step — a prompt plus a speech-to-speech voice, answering a live call. Workflows attach to it only as background analysis. Build one with list_conversation_voices → create_voice_agent, then iterate on real calls with list_voice_calls / get_voice_call.

All tools operate on the single project your API key is scoped to; projectId is never a parameter.

Release files for assemblix-mcp 0.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for assemblix-mcp 0.4.0
File Size Uploaded
assemblix_mcp-0.4.0.tar.gz 24.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for assemblix-mcp 0.4.0
File Interpreter ABI Platform
assemblix_mcp-0.4.0-py3-none-any.whl Python 3 none any Details

Total release size: 52.2 kB

Release files / assemblix_mcp-0.4.0.tar.gz

Download URL assemblix_mcp-0.4.0.tar.gz
Size 24.6 kB
Tags Source
SHA-256 checksum
How to use checksums
a1a9ef9a2b9cdf22d06451af2e5e691a5893225ea5e272d21ad9f3df27d0669d
BLAKE2b-256 checksum
How to use checksums
6e61efaa5bbeda10eeeb388e5b0d4025affa36e65a791bb8c0867adc770ab700
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / assemblix_mcp-0.4.0-py3-none-any.whl

Download URL assemblix_mcp-0.4.0-py3-none-any.whl
Size 27.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8cce6f28fcb5b8c42614eae71777e0c49d8dc17a1ce8af55698f19102b2167d7
BLAKE2b-256 checksum
How to use checksums
7cfc96281d5fd1028f107fce7ce536ec86995945674b3562963d5e7d0362d80f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

0.5.1

2 release files

0.5.0

2 release files

0.4.1

2 release files

This release

0.4.0 This release

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page