Flix MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | 服务端口号,默认8765 | 8765 |
| DEVICE_NAME | No | 设备名称,默认'Flix MCP Server' | Flix MCP Server |
| AUTO_RECEIVE | No | 是否自动接收文件,默认false | false |
| DOWNLOAD_DIR | No | 下载目录,默认./downloads | ./downloads |
| MAX_FILE_SIZE | No | 最大文件大小(字节),默认10737418240 (10GB) | 10737418240 |
| REQUIRE_PAIRING | No | 是否需要配对,默认true | true |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
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.
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.
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.
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.