Skip to main content
Glama

Union MCP

by unionai-oss

유니언 MCP

Union 작업, 워크플로 및 앱을 도구로 사용하기 위한 MCP 서버입니다.

설정

저장소를 복제합니다.

지엑스피1

uvunion-mcp 패키지를 설치하세요:

pip install uv uv sync

Claude Desktop과 함께 사용

먼저, Claude Desktop을 설치하세요.

그런 다음 서버를 설치하세요

mcp install -e . examples/server.py

이렇게 하면 다음 위치에 있는 claude_desktop_config.json 구성 파일이 구성됩니다.

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %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" ] } } }

[!NOTE] uv 실행 파일이 /usr/local/bin 에 있는지 확인하세요. 그렇지 않은 경우 command 전체 경로로 바꾸세요(예: /Users/username/.local/bin/uv

-
security - not tested
-
license - not tested
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude 모델이 Union 작업, 워크플로 및 앱을 대화의 도구로 사용할 수 있도록 하는 MCP 서버입니다.

  1. 설정
    1. Claude Desktop과 함께 사용

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A high-performance MCP server that integrates Notion into AI workflows, enabling interaction with Notion pages, databases, and comments through a standardized protocol.
        Last updated -
        8
        10
        13
        TypeScript
      • A
        security
        F
        license
        A
        quality
        Model Context Protocol (MCP) server that integrates Redash with AI assistants like Claude, allowing them to query data, manage visualizations, and interact with dashboards through natural language.
        Last updated -
        10
        104
        21
        JavaScript
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.
        Last updated -
        Python
      • -
        security
        -
        license
        -
        quality
        An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
        Last updated -
        TypeScript

      View all related MCP servers

      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