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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/flix-pro/flix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server