Skip to main content

MCP server for Assemblix — author, run & inspect workflows over a project API key

Project description

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

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

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). Prompts: author_workflow (authoring guide), integrate_workflow (integration guide).

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.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

assemblix_mcp-0.3.1.tar.gz (17.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

assemblix_mcp-0.3.1-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file assemblix_mcp-0.3.1.tar.gz.

File metadata

  • Download URL: assemblix_mcp-0.3.1.tar.gz
  • Upload date:
  • Size: 17.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","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}

File hashes

Hashes for assemblix_mcp-0.3.1.tar.gz
Algorithm Hash digest
SHA256 c5dbf737e67f7c7642be26265e111e9b5f993a7763925595f48b39fe35c096b2
MD5 57ae6f3c16bc47569a7a4532b4ccdefd
BLAKE2b-256 e63a24c25c8df2b431ee425f4e502e4a027ae30e078efeb3b882de30ba94c996

See more details on using hashes here.

File details

Details for the file assemblix_mcp-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: assemblix_mcp-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","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}

File hashes

Hashes for assemblix_mcp-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 666babda055832d99f9e7d4bfbd9ad9445c0b4c21d4e012a3bf0318e121275f4
MD5 0592b2405f7689c87f5817af18eb76f2
BLAKE2b-256 cf5e776c69913da4dae2e289bac3a4b7aae9a75b0689acbb83089becfa9aadb0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page