The Union MCP server provides tools to interact with Union tasks, workflows, and executions through natural language processing. You can:
Execute Tasks and Workflows: Run Union tasks and workflows using natural language prompts that automatically format inputs to match function signatures
Retrieve Information: Get detailed metadata for specific tasks, workflows, and executions, including inputs, outputs, and descriptions
Discovery: List all available tasks and workflows within specified projects and domains
Deploy and Manage: Deploy applications to the Union platform with configurable project, domain, and application settings, plus manage authentication tokens with rotation capabilities
Development Integration: Integrate with IDEs like Cursor and Claude Desktop for both local development and remote server access
Flexible Deployment: Run locally for development or deploy to Union platform for remote access
Supports configuration for macOS systems, with specific paths for Claude Desktop configuration files
Union MCP
An MCP server to use Union tasks, workflows, and apps as tools.
Setup
Clone the repo:
Install uv
and the union-mcp
package:
Use with Claude Desktop
First, install Claude Desktop.
Then, install the server
This will configure the claude_desktop_config.json
configuration file located in:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
You should see something like
Make sure theuv
executable is available in /usr/local/bin
, otherwise
replace command
with the full path, e.g. /Users/username/.local/bin/uv
local-only server
The server can only run on the client's local machine because it depends on local resources.
An MCP server that allows Claude models to use Union tasks, workflows, and apps as tools in conversations.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -325
- AsecurityAlicenseAqualityAn MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.Last updated -15545108MIT License
- AsecurityFlicenseAqualityA server built on mcp-framework that enables integration with Claude Desktop through the Model Context Protocol.Last updated -11
- AsecurityFlicenseAqualityA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.Last updated -31