Understanding Kubiya’s workflow orchestration providers and integration options
Kubiya Workflow SDK supports multiple types of providers to enable flexible workflow orchestration and integration with various AI systems. This section covers two main categories of providers:
Full-featured orchestration engines that provide complete workflow management, execution, and AI-powered automation
Model Context Protocol providers that enable integration with AI assistants like Claude Desktop, Cursor, and custom agents
Agent servers are complete orchestration engines that handle the full lifecycle of workflow execution. They provide:
Google’s comprehensive agent framework providing intelligent workflow orchestration, multi-agent coordination, and seamless integration with Google Cloud services.
MCP (Model Context Protocol) providers enable integration with AI assistants and development tools. They bridge the gap between external AI systems and Kubiya’s workflow capabilities.
The Model Context Protocol is an open protocol that standardizes how AI assistants connect to external tools and data sources. It enables:
Native Python implementation of the Model Context Protocol, providing seamless integration with Claude Desktop, Cursor, and other MCP-compatible tools.
Use Case | Recommended Provider | Why |
---|---|---|
Full AI Automation Platform | Agent Servers (ADK) | Complete workflow lifecycle management |
AI Assistant Integration | MCP Providers (FastMCP) | Seamless integration with existing AI tools |
Enterprise Orchestration | Agent Servers (ADK) | Advanced multi-agent coordination |
Developer Tool Integration | MCP Providers (FastMCP) | IDE and development workflow integration |
Google Cloud Integration | Agent Servers (ADK) | Native Google services integration |
Cross-Platform AI Tools | MCP Providers (FastMCP) | Protocol standardization |
Both provider types leverage Kubiya’s containerized execution model:
Every workflow step runs in its own Docker container, providing:
Learn about full-featured orchestration with Google ADK and other agent servers
Integrate workflows with AI assistants using FastMCP
Build web applications that consume workflow providers
Complete tutorial: Local development to production deployment