Skip to main content

MCP server for the Unily intranet platform (lyra-unily)

Project description

Unily MCP Server (lyra-unily)

Model Context Protocol server for the Unily intranet platform.

Provides Claude with tools to read and manage Unily content, media, social interactions, notifications, and more via the Unily REST/GraphQL API.

Each user runs their own local instance with their own Unily OAuth2 client credentials — there is no shared server.

Installation

Requires Python 3.11+ and uv.

# uv handles the rest automatically via uvx

Claude Desktop configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "lyra-unily": {
      "command": "uvx",
      "args": ["lyra-unily-mcp"],
      "env": {
        "UNILY_CLIENT_ID": "your-client-id",
        "UNILY_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

Alternatively, if you prefer npx:

{
  "mcpServers": {
    "lyra-unily": {
      "command": "npx",
      "args": ["lyra-unily-mcp"],
      "env": {
        "UNILY_CLIENT_ID": "your-client-id",
        "UNILY_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

Authentication

Uses OAuth2 Client Credentials (RFC 6749 §4.4). Each user obtains their own client_id and client_secret from the Unily admin portal and supplies them via environment variables in their Claude Desktop config.

Required environment variables:

  • UNILY_CLIENT_ID — your Unily OAuth2 client ID
  • UNILY_CLIENT_SECRET — your Unily OAuth2 client secret

Development

cd applications/unily-mcp-server
pip install -e ".[dev]"
UNILY_CLIENT_ID=... UNILY_CLIENT_SECRET=... python -m unily_mcp_server

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lyra_unily_mcp-0.1.0.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lyra_unily_mcp-0.1.0-py3-none-any.whl (26.5 kB view details)

Uploaded Python 3

File details

Details for the file lyra_unily_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: lyra_unily_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lyra_unily_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b4cfb0940c11c46bb867ffc7c6a6f7669cfb368b137a09c1ba64c5cfc50fde1f
MD5 9cd3ffcaeef76d1ce7ce21cbb0ac9fa4
BLAKE2b-256 93dfc749b914e3836a6e79202d3f6ead9b294ad66708a5a4035f8ae204dc8a89

See more details on using hashes here.

Provenance

The following attestation bundles were made for lyra_unily_mcp-0.1.0.tar.gz:

Publisher: publish-lyra-unily-mcp.yml on thombush/grove

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lyra_unily_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: lyra_unily_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 26.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for lyra_unily_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 77bc6b28e4ef9f9784e60fa46d271e038bd017b0eb06b1b9d45328c5aadc89f1
MD5 bd4a015f0622caeb13b0c257670739ee
BLAKE2b-256 3b4f3e7409336e81799a91c8e97e58a8117c94bc2203b96fed158c2d1b199f07

See more details on using hashes here.

Provenance

The following attestation bundles were made for lyra_unily_mcp-0.1.0-py3-none-any.whl:

Publisher: publish-lyra-unily-mcp.yml on thombush/grove

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page