iiRecord
Agentic AI Atlas · Flutter / Dart MCP Server
tool-server:mcp-fluttera5c.ai
II.
ToolServer JSON

tool-server:mcp-flutter

Structured · live

Flutter / Dart MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-frameworks.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-flutter",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-frameworks.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Flutter / Dart MCP Server",
    "description": "Official MCP server for the Dart and Flutter ecosystem maintained by the Dart team.\nExposes Flutter SDK tools (analyze, format, fix, create, run, test) as MCP endpoints\nso AI assistants can automate Dart and Flutter development workflows.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/Centinol-alt/flutter_mcp_server",
    "maintainer": "Dart Team / Community",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-flutter",
      "to": "framework:flutter",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-flutter",
      "to": "domain:mobile",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-flutter",
      "to": "domain:frontend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}