- Explore MCP Servers
- union-mcp
Union Mcp
What is Union Mcp
Union MCP is an MCP server designed for managing Union tasks and workflows, providing a structured environment for executing and organizing various tasks and applications.
Use cases
Use cases for Union MCP include automating repetitive tasks, managing complex workflows in software projects, and integrating various applications to streamline processes.
How to use
To use Union MCP, clone the repository from GitHub, install the required packages using pip, and configure it with Claude Desktop. Follow the setup instructions to install the server and ensure the configuration file is correctly set up.
Key features
Key features of Union MCP include task and workflow management, integration with Claude Desktop, and the ability to run custom scripts and applications seamlessly.
Where to use
Union MCP is suitable for software development, project management, and automation tasks where efficient workflow management is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Union Mcp
Union MCP is an MCP server designed for managing Union tasks and workflows, providing a structured environment for executing and organizing various tasks and applications.
Use cases
Use cases for Union MCP include automating repetitive tasks, managing complex workflows in software projects, and integrating various applications to streamline processes.
How to use
To use Union MCP, clone the repository from GitHub, install the required packages using pip, and configure it with Claude Desktop. Follow the setup instructions to install the server and ensure the configuration file is correctly set up.
Key features
Key features of Union MCP include task and workflow management, integration with Claude Desktop, and the ability to run custom scripts and applications seamlessly.
Where to use
Union MCP is suitable for software development, project management, and automation tasks where efficient workflow management is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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%\Claude\claude_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 theuvexecutable 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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










