MCP server for Flutter and Dart VM. Exposes dynamic tooling for AI agents to interact with Flutter development environments. Provides access to Flutter SDK, Dart VM, and IDE features. Connects to Flutter project files, build systems, and testing frameworks. Used by developers to integrate AI coding assistants into Flutter workflows for code generation, debugging, and testing.
MCP server for Flutter and Dart VM. Exposes dynamic tooling for AI agents to interact with Flutter development environments. Provides access to Flutter SDK, Dart VM, and IDE features. Connects to Flutter project files, build systems, and testing frameworks. Used by developers to integrate AI coding assistants into Flutter workflows for code generation, debugging, and testing.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"arenukvern-mcpflutter-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-arenukvern-mcpflutter-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp_flutter?"
API Key Required
This server requires an API key from mcp_flutter. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_FLUTTER_API_KEY | Yes | Your mcp_flutter API key |
"What resources are available in mcp_flutter?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp_flutter"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp_flutter with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.