Skip to main content
Glama

Flutter Inspector MCP Server

flutter_core_platform_override

Override the platform of a running Flutter app (Android, iOS, Fuchsia, etc.) or reset it via RPC to facilitate debugging and testing across different environments.

Instructions

RPC: Override the platform for the Flutter app

Input Schema

NameRequiredDescriptionDefault
platformYesPlatform to override to (android, ios, fuchsia, linux, macOS, windows, or null to reset)
portNoPort number where the Flutter app is running (defaults to 8181)

Input Schema (JSON Schema)

{ "properties": { "platform": { "description": "Platform to override to (android, ios, fuchsia, linux, macOS, windows, or null to reset)", "enum": [ "android", "ios", "fuchsia", "linux", "macOS", "windows", null ], "type": "string" }, "port": { "description": "Port number where the Flutter app is running (defaults to 8181)", "type": "number" } }, "required": [ "platform" ], "type": "object" }

You must be authenticated.

Other Tools from Flutter Inspector MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arenukvern/mcp_flutter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server