MCP Server
Union MCP
An MCP server that allows Claude models to use Union tasks, workflows, and apps as tools in conversations.
5
GitHub Stars
10/8/2025
Last Updated
MCP Server Configuration
1{
2 "name": "Union MCP",
3 "command": "uv",
4 "args": [
5 "run",
6 "--with",
7 "mcp[cli]",
8 "--with-editable",
9 "/Users/username/union-mcp",
10 "mcp",
11 "run",
12 "/Users/username/union-mcp/examples/server.py"
13 ]
14}
JSON14 lines
README Documentation
Union MCP
An MCP server to use Union tasks, workflows, and apps as tools.
Deployment Guides
Union MCP supports both Union v1 and v2. The following guides provide instructions for deploying the MCP server for each version:
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source