mcp_suite_desktop 0.1.1 copy "mcp_suite_desktop: ^0.1.1" to clipboard
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!

1
likes
160
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Native OS hardware hooks and desktop integration for Flutter MCP Suite.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, mcp_suite_core

More

Packages that depend on mcp_suite_desktop