Skip to main content
Glama

Union MCP

by unionai-oss

MCP de la Unión

Un servidor MCP para utilizar tareas, flujos de trabajo y aplicaciones de Union como herramientas.

Configuración

Clonar el repositorio:

git clone https://github.com/unionai-oss/union-mcp

Instalar uv y el paquete union-mcp :

pip install uv uv sync

Usar con Claude Desktop

Primero, instale Claude Desktop .

Luego, instala el servidor.

mcp install -e . examples/server.py

Esto configurará el archivo de configuración claude_desktop_config.json ubicado en:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Ventanas: %APPDATA%\Claude\claude_desktop_config.json

Deberías ver algo como

{ "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" ] } } }

[!NOTA] Asegúrese de que el ejecutable uv esté disponible en /usr/local/bin ; de lo contrario, reemplace command con la ruta completa, por ejemplo /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.

Un servidor MCP que permite a los modelos de Claude utilizar tareas, flujos de trabajo y aplicaciones de Union como herramientas en las conversaciones.

  1. Configuración
    1. Usar con 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