qt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_windowsA | List all visible top-level X11 windows with id, title, and geometry. Use this first to discover the exact window title you need for capture_window or capture_region. Each entry has: id, title, desktop, x, y, width, height. |
| capture_windowA | Capture an entire window identified by its title (case-insensitive substring match). Args: title: Window title or substring of it (case-insensitive). Use list_windows to find candidates. When multiple windows match, the call fails and lists the matching titles — provide a more specific substring or set exact=True. exact: If True, match the title exactly (case-sensitive). Returns the screenshot as a PNG image. The window's geometry is logged but not returned alongside the image (call list_windows for geometry details). |
| capture_regionA | Capture a rectangular screen region as a PNG image. Args:
x: Top-left X. Absolute screen coordinate, or relative to the window
identified by Returns the region as a PNG image. |
| read_fileA | Read a text file. Returns up to Args:
path: File path (absolute, or relative to the server's working dir). Returns: path, content, total_lines, returned_lines, offset, truncated. |
| write_fileA | Write or append text to a file. Args:
path: Destination file path. Returns: path, bytes_written, appended. |
| list_directoryA | List entries in a directory. Args:
path: Directory path (default: current directory). Returns: path, entries (name/path/type/size), count. |
| create_directoryA | Create a directory. Args:
path: Directory path to create. Returns: path, created, exists. |
| moveA | Move or rename a file or directory. Args: path: Source path. destination: Destination path. overwrite: Overwrite destination if it exists (default False; errors otherwise). Returns: source, destination, moved. |
| deleteA | Delete a file or directory. Args: path: Path to delete. Symlinks are unlinked (their targets are preserved). recursive: Required True to delete a directory tree. Files are deleted regardless of this flag. Returns: path, deleted. |
| file_infoC | Return metadata for a file, directory, or symlink. Returns: path, type, size, modified (ISO-8601 UTC), is_symlink, permissions. |
| search_globA | Find files matching a glob pattern (recursive). Args:
path: Directory to search in (default current dir).
pattern: Glob pattern, e.g. Returns: path, pattern, matches, count, truncated. |
| search_contentA | Search file contents for a regex pattern (recursive). Args:
path: Directory (or single file) to search.
pattern: Regex pattern to search for (required).
include_hidden: Include dotfiles (default False).
file_glob: Only search files matching this glob (default Returns: path, pattern, file_glob, matches, count, files_scanned, truncated. |
| capture_widgetA | Capture a specific Qt widget by its objectName via the proxy agent. Requires a Qt application that has called Args:
widget_name: The widget's Returns the widget as a PNG image. |
| list_capturable_widgetsA | List the objectNames of widgets in the attached Qt app. Requires a Qt application that has called Returns: |
| attach_statusA | Check whether a Qt app is currently attached via the proxy agent. Always works, no error. Useful for clients to poll. Returns: |
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/cristopulos/QT_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server