Atspi
Retrieves the state of the accessibility tree on Linux using the Assistive Technology Service Provider Interface (ATSPI).
Acerca de
This server serves as a practical example for demonstrating how to access the accessibility tree on Linux systems through the Assistive Technology Service Provider Interface (ATSPI). It provides a Model Context Protocol (MCP) endpoint, allowing MCP clients to query and understand the current state of application interfaces. This is crucial for developing assistive technologies or for testing the accessibility compliance of applications, ensuring they can be effectively used by a wider range of users.
Características Principales
- Accesses Linux accessibility tree state via ATSPI
- Implements the Model Context Protocol (MCP) for client communication
- Provides a setup script for integration with Claude desktop
- Developed in Rust for robust performance and safety
- 0 GitHub stars
Casos de Uso
- Developing assistive technologies that require access to the accessibility tree
- Testing the accessibility features and compliance of applications on Linux
- Providing a backend for MCP clients to interact with system accessibility data