mcpbeat Sign in

Flutter Skill MCP Server

local only

Flutter Skill runs on your own machine — the client starts it, so there is no endpoint to ping. 233 installs a week from npm. Last commit 1 Sep 2026.

AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools.

Installs per day peak 251 · avg 38 · +161% w/w
a month agotoday
233
Installs / week
npm · flutter-skill
376
Stars
7 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Dart

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js
File ships in the package but is absent from the source [пакет] dart/bin/server.dart:1, [пакет] bin/cli.js:1, [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
            val process = ProcessBuilder(checkCommand, command)
        result = await Process.run('pgrep', ['-x', 'Google Chrome']);
        self._proc = subprocess.Popen(
Executes code built at runtime sdks/web/flutter-skill-web.js:727
      var result = eval(params.expression || params.code || '');
        mcpServerProcess = child_process.spawn(binaryPath, ['server'], {
cmd+a (select all), cmd+c (copy), cmd+v (paste), ctrl+a, shift+tab
Page executes code built at runtime vscode-extension/src/views/improved-sidebar.html:720
      container.innerHTML = listHTML;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flutter-skill -- npx -y flutter-skill
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flutter-skill": {
      "args": [
        "-y",
        "flutter-skill"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flutter-skill]
command = "npx"
args = ["-y", "flutter-skill"]
.cursor/mcp.json
{
  "mcpServers": {
    "flutter-skill": {
      "args": [
        "-y",
        "flutter-skill"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flutter-skill": {
      "args": [
        "-y",
        "flutter-skill"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Flutter Skill

same job, measured the same way
Flutter Skill
by ai-dashboad

AI-powered E2E testing for 10 platforms. 253 MCP tools. Zero test code needed.

local only
T
Bugbrain
by bugbrain

BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.

34 installs/wk local only
Vibe Test — Browser Testing Agent
by aishwaryshrivastav

Code-aware browser testing agent — 13 Playwright tools for AI code editors via MCP

584 installs/wk local only
XCRS Mobile & TV Automation
by smbcloudxyz

MCP tools for testing mobile and TV apps on iOS simulators, Android phones, and Apple/Android TV.

local only
I
Mockpost
by reiarseni

Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.

154 installs/wk local only
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering
Raven Nest MCP
by tidynest

AI-driven penetration testing - 22 security tools behind safety-hardened MCP endpoints

local only
MinuteMail
by minutemailco

Ephemeral mailboxes and a mock OAuth IdP for testing email and auth flows — 39 API-driven tools

40 tools answering

Flutter Skill — questions

Answers built from our own checks of this server.

Why is there no uptime for Flutter Skill?
Flutter Skill runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package flutter-skill was installed 233 times last week.
How do I connect Flutter Skill?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flutter-skill straight from npm; nothing to host, nothing to sign up for.
How many people use Flutter Skill?
The npm package flutter-skill was installed 233 times in the last week. Week over week that is +161%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flutter Skill open source?
Yes — it is published under the MIT licence, written in Dart, 376 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.