TRAA MCP Server
TRAA MCP Server is a screen capture server based on the Model Context Protocol (MCP). It provides functionality for enumerating system screens and windows, as well as capturing screenshots. The server communicates with clients through the MCP protocol, supporting both standard input/output (stdio) and Server-Sent Events (SSE) transport methods.
Features
-
Screen and Window Source Enumeration
- List all available displays in the system
- List all available windows in the system
- Each source includes ID, title, type (display/window), and position information
-
Screen Capture
- Capture screenshots of any display or window
- Customizable screenshot dimensions
- Support for both JPEG and PNG formats
- Configurable image quality settings
- Automatic directory creation for saving files
Tools
-
enum_screen_sources- Enumerate all screen and window sources available on the system and return a list of SimpleScreenSourceInfo
- Returns: list[SimpleScreenSourceInfo]
-
create_snapshot- Create a snapshot of the screen source with the given ID and return it as an image
- Inputs:
- source_id: int
- snapshot_size: tuple[int, int]
- Returns: Image
-
save_snapshot- Save a snapshot of the screen source with the given ID to a file
- Inputs:
- source_id: int
- snapshot_size: tuple[int, int]
- file_path: str
- Returns: None
Example

Usage
Configure MCP Servers
Claude Desktop or other AI agents
{
"mcpServers": {
"traa_mcp": {
"command": "absolute/path/to/uv",
"args": [
"--directory",
"absolute/path/to/traa-mcp",
"run",
"traa_mcp_server"
]
}
}
}
Server Side
The server supports two running modes:
- stdio mode (default):
uv run traa_mcp_server
- SSE mode (with port specification):
uv run traa_mcp_server-sse --port 3001(default)
Client Side
The client provides an interactive command-line interface for easy access to server functionality:
uv run traa_mcp_client
After starting, the client displays a list of all available tools. You can:
- Use
enum_screen_sourcesto view all available screen and window sources - Use
create_snapshotto capture screenshots and get image data - Use
save_snapshotto save screenshots directly to files
Image Format Support
-
JPEG Format
- Best for screenshots with many colors
- Smaller file size
- Quality setting available (1-100)
- Automatically converts to RGB color space
-
PNG Format
- Best for screenshots with text or sharp edges
- Lossless compression
- Supports transparency (RGBA)
- Larger file size but better quality
Dependencies
- Python >= 3.10
- mcp >= 1.0.0
- anyio >= 4.5
- traa >= 0.1.5
- pillow >= 11.1.0 (for image processing)
Notes
- For MCP model compatibility, JPEG format with quality=60 is used by default to keep file sizes under 1MB
- When saving files, parent directories are automatically created if they don't exist
- Error handling includes detailed messages for easier troubleshooting
License
See the LICENSE file for details.
相关推荐
I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Plataforma de automatización de flujo de trabajo de código justo con capacidades de IA nativas. Combine el edificio visual con código personalizado, auto-anfitrión o nube, más de 400 integraciones.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
Una lista curada de servidores de protocolo de contexto del modelo (MCP)
Espejo dehttps: //github.com/agentience/practices_mcp_server
Reviews
user_G8uqk70E
As a devoted user of traa-mcp, I am thoroughly impressed with its performance and functionality. Opentraa has done a fantastic job creating a robust tool that integrates seamlessly into my workflow. The user experience is intuitive, and the documentation available on their GitHub page is comprehensive. I highly recommend traa-mcp for anyone looking for a reliable solution in this domain.