flutter_mcp 0.0.1 copy "flutter_mcp: ^0.0.1" to clipboard
flutter_mcp: ^0.0.1 copied to clipboard

Flutter plugin that integrates MCP server, client, and LLM into a unified agent system. Provides background execution, notification, system tray, lifecycle management, secure data storage, and schedul [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_mcp

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_mcp: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_mcp/flutter_mcp.dart';
0
likes
140
points
115
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin that integrates MCP server, client, and LLM into a unified agent system. Provides background execution, notification, system tray, lifecycle management, secure data storage, and scheduling for cross-platform agent apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_foreground_task, flutter_local_notifications, flutter_secure_storage, flutter_web_plugins, intl, mcp_client, mcp_llm, mcp_server, meta, path, path_provider, plugin_platform_interface, synchronized, tray_manager, uuid, web, yaml

More

Packages that depend on flutter_mcp