Skip to main content
Version: 8.9 (unreleased)

MCP Client

Integrate MCP (Model Context Protocol) clients with agentic orchestration.

About

Camunda's MCP Client enables you to use the AI Agent connector together with MCP clients to access tools provided by MCP servers.

info

The MCP Client supports only tool-related functionality. Other MCP features, such as resources or prompts, are not currently supported.

This includes:

  • Locally started standard input/output servers STDIO. These are operating system processes launched and managed by the connector runtime.
  • Remote MCP servers using Streamable HTTP and HTTP with SSE (deprecated).

See the MCP Client architecture below:

MCP Client architecture

MCP Client connectors

Camunda provides two MCP connectors with distinct purposes.

ConnectorSTDIORemote/HTTPConfigurationAvailabilityDescription
MCP Remote Client connectorUnsupportedSupportedProperties panelAvailable on SaaSSuitable for prototyping with remote MCP servers. Uses on-demand HTTP connections instead of persistent ones.
MCP Client connectorSupportedSupportedConnector runtime + properties panelNot directly available on SaaS, but a custom runtime running the client connector can be connected to SaaS.Flexible MCP integration based on persistent connections managed by the connector runtime. Supports STDIO MCP servers.
info

The two connectors are not mutually exclusive and can be used together as long as your environment is configured accordingly.

Learn the fundamentals

Understand the fundamental concepts of the MCP Client.

Explore further resources

Dive into practical resources to see the MCP Client in action.

Try out this example

Watch this webinar on using MCP with Camunda