mcp_suite_desktop 0.1.1
mcp_suite_desktop: ^0.1.1 copied to clipboard
Native OS hardware hooks and desktop integration for Flutter MCP Suite.
mcp_suite_desktop #
Native OS hardware hooks and desktop environment integration for the MCP Suite ecosystem.
mcp_suite_desktop provides desktop platform integrations (macOS, Windows, Linux) enabling AI agents to interact with native window controls, system clipboard, filesystem watchers, and process signals over MCP.
Features #
- 🖥️ Desktop OS Support: Deep integration for macOS, Windows, and Linux targets.
- 📁 File & Process Watchers: Real-time events for desktop files and local service processes.
- 🪟 Window Management: Control window dimensions, focus, and system tray status.
Usage #
import 'package:mcp_suite_desktop/mcp_suite_desktop.dart';
void main() async {
final desktop = McpDesktopHooks();
await desktop.initializeNativeHooks();
}
⭐ Show Your Support #
If you like this package, please give it a Like on pub.dev and a Star on GitHub!