Union MCP
An MCP server to use Union tasks, workflows, and apps as tools.
Setup
Clone the repo:
git clone https://github.com/unionai-oss/union-mcp
Install uv and the union-mcp package:
pip install uv
uv sync
Use with Claude Desktop
First, install Claude Desktop.
Then, install the server
mcp install -e . examples/server.py
This will configure the claude_desktop_config.json configuration file located in:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%Claudeclaude_desktop_config.json
You should see something like
{
"mcpServers": {
"Union MCP": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with-editable",
"/Users/username/union-mcp",
"mcp",
"run",
"/Users/username/union-mcp/examples/server.py"
]
}
}
}
[!NOTE] Make sure the
uvexecutable is available in/usr/local/bin, otherwise replacecommandwith the full path, e.g./Users/username/.local/bin/uv
Running a local server
union register --project mcp-testing examples/workflows.py
mcp run examples/server.py --transport sse
npx @modelcontextprotocol/inspector
Union MCP
Project Details
- unionai-oss/union-mcp
- Apache License 2.0
- Last Updated: 4/11/2025
Recomended MCP Servers
MCP Server for MultiversX
A Model Context Protocol (MCP) server for converting files between different formats
headless-ida-mcp-server
MCP server for long term agent memory with Mem0. Also useful as a template to get you started...
mcp-suiteg
A Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.
A model context protocol implementation granting LLMs access to make database queries and learn about supabase types.
302 File Parser Mcp
📦 Repomix (formerly Repopack) is a powerful tool that packs your entire repository into a single, AI-friendly file....





