Dart MCP Server

dart-package

Execute Dart pub commands like get, upgrade, and publish to manage packages directly in your Dart/Flutter projects. Enables AI-powered development by integrating with the Dart MCP Server for streamlined workflows.

Input Schema

NameRequiredDescriptionDefault
argsNoArguments for the pub subcommand
commandYesPub subcommand to execute
workingDirNoWorking directory for the command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "description": "Arguments for the pub subcommand", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Pub subcommand to execute", "enum": [ "get", "upgrade", "outdated", "add", "remove", "publish", "deps", "downgrade", "cache", "run", "global" ], "type": "string" }, "workingDir": { "description": "Working directory for the command", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

ID: vuwii9l5gu