Flutter MCP Toolkit runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.
Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools
We read the source, 2 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {
_serverProcess = await Process.start(dartExecutable, ['language-server']);
return path.join(baseDir, temporalFolderName);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Drive live Flutter apps: snapshot the Semantics tree, tap, type, scroll and screenshot.
Inspect, drive and debug a running Ren'Py game: state, screenshots, guarded clicks, saves, builds.
Inspect AgentMark traces and drive AgentMark Cloud: apps, experiments, metrics, deployments.
Let AI agents inspect and drive running WPF apps: tree, bindings, screenshots, clicks, text input.
Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.
Inspect and drive Avalonia, WPF, WinUI, and .NET MAUI apps through MCP.
Mirror and drive the iOS Simulator: token-efficient UI snapshots, gestures and a live viewer.
MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude
Answers built from our own checks of this server.