turbo_bridge_mcp 0.3.0 copy "turbo_bridge_mcp: ^0.3.0" to clipboard
turbo_bridge_mcp: ^0.3.0 copied to clipboard

MCP server for Flutter Turbo Bridge — exposes Flutter app interaction tools to LLM hosts via the Model Context Protocol.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate turbo_bridge_mcp

Use it

The package has the following executables:

$ turbo_bridge_devtools
$ turbo_bridge_mcp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add turbo_bridge_mcp

With Flutter:

 $ flutter pub add turbo_bridge_mcp

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

dependencies:
  turbo_bridge_mcp: ^0.3.0

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

Import it

Now in your Dart code, you can use:

import 'package:turbo_bridge_mcp/turbo_bridge_mcp.dart';
0
likes
130
points
208
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

MCP server for Flutter Turbo Bridge — exposes Flutter app interaction tools to LLM hosts via the Model Context Protocol.

Homepage
Repository (GitHub)
View/report issues

Topics

#mcp #flutter #automation #ai #llm

License

MIT (license)

Dependencies

args, mcp_dart, shelf, turbo_bridge_client

More

Packages that depend on turbo_bridge_mcp