Skip to main content
Glama
flix-pro

Flix MCP Server

Official
by flix-pro

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNo服务端口号,默认87658765
DEVICE_NAMENo设备名称,默认'Flix MCP Server'Flix MCP Server
AUTO_RECEIVENo是否自动接收文件,默认falsefalse
DOWNLOAD_DIRNo下载目录,默认./downloads./downloads
MAX_FILE_SIZENo最大文件大小(字节),默认10737418240 (10GB)10737418240
REQUIRE_PAIRINGNo是否需要配对,默认truetrue

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
flix_discover_devicesA

Discover Flix devices in the local network

flix_get_deviceB

Get detailed information about a specific device

flix_pair_deviceC

Pair with a Flix device

flix_unpair_deviceC

Unpair from a Flix device

flix_block_deviceC

Block a Flix device

flix_unblock_deviceC

Unblock a Flix device

flix_send_textB

Send a text message to a Flix device

flix_get_messagesC

Get message history

flix_send_fileB

Send a file to a Flix device

flix_receive_fileC

Accept and receive a file transfer

flix_get_transfer_statusC

Get file transfer status

flix_cancel_transferA

Cancel an ongoing file transfer

flix_pause_transferB

Pause an ongoing file transfer

flix_resume_transferB

Resume a paused file transfer

flix_sync_clipboardC

Sync clipboard content to a Flix device

flix_get_clipboardB

Get current clipboard content

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 16 tools

Disambiguation5/5

Each tool targets a distinct action on a distinct resource: device discovery/info, pairing, blocking, messaging, file transfer control, and clipboard sync. Even paired tools like send_text/send_file or sync_clipboard/get_clipboard are clearly separated by purpose, leaving no ambiguity.

Naming Consistency5/5

All tool names follow a uniform flix_<verb>_<noun> pattern, with consistent verb choices like get, send, pair, block. The prefix and structure are predictable, making it easy to infer behavior from the name alone.

Tool Count5/5

16 tools might exceed the typical 3-15 range, but each tool earns its place in a comprehensive device management server. The count is well-scoped across six logical domains (discovery, pairing, blocking, messaging, file transfer, clipboard) with no redundant tools.

Completeness5/5

The tool surface covers the full lifecycle for device interactions: discover, pair, block, send/receive text and files, manage transfers (status/cancel/pause/resume), and sync clipboard. No obvious gaps for the stated purpose of controlling and communicating with Flix devices.

Maintenance

ActivityInactive
ResponsivenessUnresponsive