Union MCP
ユニオンMCP
Union のタスク、ワークフロー、アプリをツールとして使用するための MCP サーバー。
設定
リポジトリをクローンします:
git clone https://github.com/unionai-oss/union-mcpuvとunion-mcpパッケージをインストールします。
pip install uv
uv syncRelated MCP server: Salesforce MCP Server
Claude Desktop で使用する
まず、 Claude Desktopをインストールします。
次にサーバーをインストールします
mcp install -e . examples/server.pyこれにより、次の場所にあるclaude_desktop_config.json構成ファイルが構成されます。
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
次のような画面が表示されます
{
"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"
]
}
}
}uv実行ファイルが/usr/local/binで使用可能であることを確認してください。そうでない場合は、 commandフルパスに置き換えてください (例: /Users/username/.local/bin/uv )。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/unionai-oss/union-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server